document.write( "Question 144040: I have the sequence 2,5,9,14,20,27,35,44...\r
\n" ); document.write( "\n" ); document.write( "How can I find an explicit formula to find the nth term? How can I find the nth term if An = 324?
\n" ); document.write( "

Algebra.Com's Answer #104835 by stanbon(75887)\"\" \"About 
You can put this solution on YOUR website!
I have the sequence 2,5,9,14,20,27,35,44...\r
\n" ); document.write( "\n" ); document.write( "How can I find an explicit formula to find the nth term? How can I find the nth term if An = 324?
\n" ); document.write( "---------------
\n" ); document.write( "a(1) = 2
\n" ); document.write( "a(2) = a(1)+3
\n" ); document.write( "a(3) = a(2)+4
\n" ); document.write( "a(4) = a(3)+5
\n" ); document.write( "....
\n" ); document.write( "a(n) = a(n-1)+(n+1)
\n" ); document.write( "------------------------
\n" ); document.write( "Cheers,
\n" ); document.write( "Stan H.
\n" ); document.write( "
\n" );