document.write( "Question 500578:
\n" );
document.write( "n an
\n" );
document.write( "1 2
\n" );
document.write( "2 6
\n" );
document.write( "3 14
\n" );
document.write( "4 30
\n" );
document.write( "5 62\r
\n" );
document.write( "\n" );
document.write( "Look at the sequence in the table. Which recursive formula represents the sequence shown? \n" );
document.write( "
Algebra.Com's Answer #338184 by scott8148(6628)![]() ![]() You can put this solution on YOUR website! each an term is the previous term doubled with 2 added\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "an = 2[(2^n) - 1] \n" ); document.write( " |