document.write( "Question 149448: to find the first 3 terms of the Recursively defined sequence:
\n" );
document.write( "a1=5 , an=2a n-1\r
\n" );
document.write( "\n" );
document.write( "for the answer I got 5,10,20...
\n" );
document.write( "is this correct? \n" );
document.write( "
Algebra.Com's Answer #109632 by Fombitz(32388)![]() ![]() You can put this solution on YOUR website! \n" ); document.write( " \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "Yes, you are correct. \n" ); document.write( " |