document.write( "Question 814195: Sequencing integers: 4,16,37,58,89,145,42,20,4,16
\n" );
document.write( "How is each term obtained from the term before it?
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #490152 by richwmiller(17219)![]() ![]() You can put this solution on YOUR website! Take sum of squares of digits of previous term. \n" ); document.write( "1 6 then 37 \n" ); document.write( "1 +36=37 \n" ); document.write( "3 7 \n" ); document.write( "9+49=58 \n" ); document.write( " \n" ); document.write( " |