document.write( "Question 408290: What is the algebraic equation for the sequence: 1,12,123,1234,12345...? \n" ); document.write( "
Algebra.Com's Answer #287686 by richard1234(7193)![]() ![]() You can put this solution on YOUR website! We could define a recursive sequence:\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Basically what this means is, take the n-1'th term, multiply it by 10, and then add n. \n" ); document.write( " |