document.write( "Question 41796: Find the first five terms of the sequence for which a(1)=5 and a(n+1)= 3a(n)+1.\r
\n" );
document.write( "\n" );
document.write( "Thank You \n" );
document.write( "
Algebra.Com's Answer #26964 by fractalier(6550) You can put this solution on YOUR website! We have \n" ); document.write( "a1 = 5 \n" ); document.write( "a2 = 3(a1) + 1 = 16 \n" ); document.write( "a3 = 3(a2) + 1 = 49 \n" ); document.write( "a4 = 3(a3) + 1 = 148 \n" ); document.write( "a5 = 3(a4) + 1 = 445 \n" ); document.write( " |