document.write( "Question 293549: What is the rule for the nth term for the sequence 1, 10, 100, 1000...? \n" ); document.write( "
Algebra.Com's Answer #211921 by scott8148(6628)\"\" \"About 
You can put this solution on YOUR website!
Tn = 10^(n - 1) \n" ); document.write( "
\n" );