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)![]() ![]() 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( " |