document.write( "Question 34217: the nth term of a different sequence is n-2/n2 write the first three terms of this sequence?? \n" ); document.write( "
Algebra.Com's Answer #20520 by venugopalramana(3286)\"\" \"About 
You can put this solution on YOUR website!
TN=(N-2)/N^2..IS WHAT YOU MEANT I SUPPOSE....YOU JUST PUT N=1,2,3...ETC...TO GET T1,T2,T3...ETC...
\n" ); document.write( "SO FOR
\n" ); document.write( "N=1.............T1=(1-2)/1^2=-1/1=-1
\n" ); document.write( "N=2.............T2=(2-2)/2^2=0/4=0
\n" ); document.write( "N=3.............T3==(3-2)/3^2=1/9=1/9....ETC...
\n" ); document.write( "
\n" );