document.write( "Question 349594: Please help me to find the first five terms of the following recursively defined infinite sequence.\r
\n" );
document.write( "\n" );
document.write( "a1=2 (1 represents the input value of term number) \r
\n" );
document.write( "\n" );
document.write( "ak+1=3ak-5 (k+1,k represents the input value of term number)\r
\n" );
document.write( "
\n" );
document.write( "\n" );
document.write( "TQ. \n" );
document.write( "
Algebra.Com's Answer #249870 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! find the first five terms of the following recursively defined infinite sequence. \n" ); document.write( "a1=2 (1 represents the input value of term number) \n" ); document.write( "ak+1=3ak-5 (k+1,k represents the input value of term number) \n" ); document.write( "---- \n" ); document.write( "1st: 2 \n" ); document.write( "2nd: 3*2-5 = 1 \n" ); document.write( "3rd: 3*1-5 = -2 \n" ); document.write( "4th: 3*-2-5 = -11 \n" ); document.write( "5th: 3*-11-5 = -38 \n" ); document.write( "======================== \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( "============= \n" ); document.write( " |