document.write( "Question 864106: Find the first 3 terms of the sequence
\n" ); document.write( "an=2n+1/n^2
\n" ); document.write( "

Algebra.Com's Answer #520785 by richwmiller(17219)\"\" \"About 
You can put this solution on YOUR website!
an=(2n+1)/n^2
\n" ); document.write( "a1=(2*1+1)/1^2,
\n" ); document.write( "a2=(2*2+1)/2^2,
\n" ); document.write( "a3=(2*3+1)/3^2,
\n" ); document.write( "
\n" );