document.write( "Question 34213: the nth term of a sequence is (n-2)/n^2 write the first three terms of this sequence? \n" ); document.write( "
Algebra.Com's Answer #20528 by stanbon(75887)\"\" \"About 
You can put this solution on YOUR website!
a(n)= (n-2)/n^2
\n" ); document.write( "a(1)=(1-2)/1^2=-1
\n" ); document.write( "a(2)=(2-2)/2^2=0
\n" ); document.write( "a(3)=(3-2)/3^2=1/9
\n" ); document.write( "Cheers,
\n" ); document.write( "Stan H.
\n" ); document.write( "
\n" );