document.write( "Question 778478: Write a recursive formula for the sequence and find the next three terms in the sequence.
\n" );
document.write( "Sequence: 2, 11, 38, 119, . . . \n" );
document.write( "
Algebra.Com's Answer #474672 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! Write a recursive formula for the sequence and find the next three terms in the sequence. \n" ); document.write( "Sequence: \n" ); document.write( "a(1) = 2 \n" ); document.write( "a(2) = 2+3^2 = 11 \n" ); document.write( "a(3) = 11+3^3 = 38 \n" ); document.write( "a(4) = 38+3^4 = 119 \n" ); document.write( "------- \n" ); document.write( "a(n) = a(n-1)+ 3^n \n" ); document.write( "=========================== \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( "=========================== \n" ); document.write( " \n" ); document.write( " |