document.write( "Question 639064: What comes next in the sequence: 1, 3, 4, 7, 11 ...... \n" ); document.write( "
Algebra.Com's Answer #402534 by MathLover1(20850)\"\" \"About 
You can put this solution on YOUR website!

\n" ); document.write( "in the sequence: 1, 3, 4, 7, 11 ... every third term is a sum of previous two:\r
\n" ); document.write( "\n" ); document.write( "\"1%2B3=4\"\r
\n" ); document.write( "\n" ); document.write( "\"3%2B4=7\"\r
\n" ); document.write( "\n" ); document.write( "\"4%2B7=11\"\r
\n" ); document.write( "\n" ); document.write( "so, the next few numbers in the sequence 1, 3, 4, 7, 11 ... are \"18\", \"29\", and \"47\"
\n" ); document.write( "
\n" );