document.write( "Question 1075171: Find the first five terms of the sequence.
\n" );
document.write( "a(1) =4, a(n+1) =a(n) +n^2 \n" );
document.write( "
Algebra.Com's Answer #689839 by Alan3354(69443) You can put this solution on YOUR website! Find the first five terms of the sequence. \n" ); document.write( "a(1) =4, a(n+1) =a(n) +n^2 \n" ); document.write( "------- \n" ); document.write( "a(2) = 4 + 2^2 = 8 \n" ); document.write( "a(3) = 8 + 3^2 = 17 \n" ); document.write( "etc \n" ); document.write( " |