document.write( "Question 631061: Find the first five terms of the recursively defined infinite sequence.
\n" );
document.write( "a1=2, ak+1=3ak-4 \r
\n" );
document.write( "\n" );
document.write( "a1=
\n" );
document.write( "a2=
\n" );
document.write( "a3=
\n" );
document.write( "a4=
\n" );
document.write( "a5= \n" );
document.write( "
Algebra.Com's Answer #397317 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! Find the first five terms of the recursively defined infinite sequence. \n" ); document.write( "a1=2 \n" ); document.write( "a(k+1) = 3a(k)-4 \n" ); document.write( "---------------------- \n" ); document.write( "a1 = 2 \n" ); document.write( "a2=3*2-4 = 2 \n" ); document.write( "a3=2 \n" ); document.write( "a4=2 \n" ); document.write( "a5=2 \n" ); document.write( "=========== \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( "=========== \n" ); document.write( " |