document.write( "Question 823918: Find a recursive rule for the sequence 1, 4, 9, 22, \n" ); document.write( "
Algebra.Com's Answer #496279 by tommyt3rd(5050)\"\" \"About 
You can put this solution on YOUR website!
Notice the pattern:
\n" ); document.write( "2*4+1=9
\n" ); document.write( "2*9+4=22\r
\n" ); document.write( "\n" ); document.write( "so a reasonable possibility is:\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "\"x%5Bn%5D=2x%5Bn-1%5D%2Bx%5Bn-2%5D\", \"n%3E=2\"
\n" ); document.write( "
\n" );