document.write( "Question 97340: How do I find the pattern to the sequence?
\n" ); document.write( "1,4,9,1,6,2,5,3,6,4,9,6,4 _,_,_,_
\n" ); document.write( "I would also like and explanation how to get the answer so I can explain it to my daughter.
\n" ); document.write( "

Algebra.Com's Answer #70833 by jim_thompson5910(35256)\"\" \"About 
You can put this solution on YOUR website!
Notice the first three terms\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "1,4,9\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "This looks like it might be the sequence of perfect squares. If you look at the next number you'll see 1. But if you look at the next two numbers as one number, you'll see 16. Once again if you look at the next pair as one number you get 25. If you keep doing this you get the sequence:\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "1,4,9,16,25,36,49,64,...\r
\n" ); document.write( "
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "So that means the next two numbers are 81 and 100. These break down into \r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "8,1,1,0,0\r
\n" ); document.write( "
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "So the entire sequence then becomes\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "1,4,9,1,6,2,5,3,6,4,9,6,4,8,1,1,0,0\r
\n" ); document.write( "
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "But since the problem only asks for 4 numbers, we must drop the last zero. So the sequence is\r
\n" ); document.write( "
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "1,4,9,1,6,2,5,3,6,4,9,6,4,8,1,1,0
\n" ); document.write( "
\n" );