document.write( "Question 204545: Find the first five terms of the sequences with the nth term given as follows:\r
\n" ); document.write( "\n" ); document.write( "\"n%5E2+%2B+2n+%2B+1\"
\n" ); document.write( "

Algebra.Com's Answer #154392 by alicealc(293)\"\" \"About 
You can put this solution on YOUR website!
1st term:
\n" ); document.write( "\"1%5E2+%2B+2%2A1+%2B+1+=+1+%2B+2+%2B+1+=+4\"
\n" ); document.write( "2nd term:
\n" ); document.write( "\"2%5E2+%2B+2%2A2+%2B+1+=+4+%2B+4+%2B+1+=+9\"
\n" ); document.write( "3rd term:
\n" ); document.write( "\"3%5E2+%2B+2%2A3+%2B+1+=+9+%2B+6+%2B+1+=+16\"
\n" ); document.write( "4th term:
\n" ); document.write( "\"4%5E2+%2B+2%2A4+%2B+1+=+16+%2B+8+%2B+1+=+25\"
\n" ); document.write( "5th term:
\n" ); document.write( "\"5%5E2+%2B+2%2A5+%2B+1+=+25+%2B+10+%2B+1+=+36\"
\n" ); document.write( "
\n" );