document.write( "Question 1124668: How do I set up the problem for this information: Generate the first 3 terms of a sequence that obey the following recursive rules:
\n" );
document.write( "a0=4
\n" );
document.write( "an=an-1+2
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #740995 by math_helper(2461)![]() ![]() You can put this solution on YOUR website! \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "— \n" ); document.write( "The closed form (which allows you to find the n-th term directly) is \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " |