document.write( "Question 1030673: Find the 15 th term in the sequence 0, 3, 8, 15, 24, 35, .....\r
\n" ); document.write( "\n" ); document.write( "any formula to solve this?
\n" ); document.write( "

Algebra.Com's Answer #645796 by robertb(5830)\"\" \"About 
You can put this solution on YOUR website!
The general formula would be \"a%5Bn%5D+=+%28n-1%29%28n%2B1%29+=+n%5E2+-+1%29\" for n = 1, 2, 3,4,...\r
\n" ); document.write( "\n" ); document.write( "==> \"a%5B15%5D+=+15%5E2+-+1+=+225-1=224\".
\n" ); document.write( "
\n" );