document.write( "Question 458197: write the first 5 terms of the following recursive sequence: a1=5 a_n=a_n-1 +2 \n" ); document.write( "
Algebra.Com's Answer #314306 by stanbon(75887)\"\" \"About 
You can put this solution on YOUR website!
write the first 5 terms of the following recursive sequence: a1=5 a_n=a_n-1 +2
\n" ); document.write( "-------
\n" ); document.write( "a(1) = 5
\n" ); document.write( "a(2) = a(1)+2 = 5+2 = 7
\n" ); document.write( "a(3) = 7+2 = 9
\n" ); document.write( "a(4) = 9+2 = 11
\n" ); document.write( "a(5) = 11+2 = 13
\n" ); document.write( "========================
\n" ); document.write( "Cheers,
\n" ); document.write( "Stan H.
\n" ); document.write( "=============
\n" ); document.write( "
\n" );