document.write( "Question 393978: I have to find the Recursive Definition for the sequence 0,3,7,12,18...
\n" ); document.write( "I have tried several different ways of writing the formula but none worked. The closest i got was 〖〖(A〗_(n-1))〗^2 +3.
\n" ); document.write( "when inputting this it worked for all A's except A_5 which gave me 19 instead of 18. :( somebody please help.
\n" ); document.write( "Please and thank you :)
\n" ); document.write( "
\n" ); document.write( "

Algebra.Com's Answer #279565 by richard1234(7193)\"\" \"About 
You can put this solution on YOUR website!
Notice that each difference between two successive terms is 3, 4, 5, 6, ...\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "We can generate a recursive sequence \"a%5Bn%5D+=+a%5Bn-1%5D+%2B+n+%2B+C\" where C is constant. Part of this is a little guess and check...I have found that C = 2.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "\"a%5Bn%5D+=+a%5Bn-1%5D+%2B+n+%2B+2\", \"a%5B1%5D+=+0\"\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "We can check by substituting a_2, a_3, and so on.
\n" ); document.write( "
\n" );