document.write( "Question 975862: the sequence shown below is defined using a recursion formula. write the first four terms of the sequence.\r
\n" );
document.write( "\n" );
document.write( "a1 13 and an=an-1+8 for n>=2 \n" );
document.write( "
Algebra.Com's Answer #597533 by amarjeeth123(569)![]() ![]() ![]() You can put this solution on YOUR website! a1=13 \n" ); document.write( "an=an-1+8 \n" ); document.write( "a2=a1+8=21 \n" ); document.write( "a3=a2+8=29 \n" ); document.write( "a4=a3+8=37 \n" ); document.write( " |