document.write( "Question 1068403: I need to find the next number in a sequence but it is really challenging.
\n" );
document.write( "1, 11, 21, 1211, 111221 are what I have to work with \n" );
document.write( "
Algebra.Com's Answer #683786 by rothauserc(4718)![]() ![]() You can put this solution on YOUR website! 1, 11, 21, 1211, 111221 \n" ); document.write( ": \n" ); document.write( "This is the \"say what you see\" sequence \n" ); document.write( ": \n" ); document.write( "The seed is 1 and all terms end in 1 \n" ); document.write( ": \n" ); document.write( "you get 11 from 1 by saying one 1, i.e. 11 \n" ); document.write( ": \n" ); document.write( "you get 21 from 11 by saying two 1's, i.e. 21 \n" ); document.write( ": \n" ); document.write( "********************************* \n" ); document.write( "therefore the next term is 312211 \n" ); document.write( "********************************* \n" ); document.write( ":\r \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " |