PDA

View Full Version : Nunber sequences


Nodogs
Feb 28, 2007, 10:41 AM
I need to know the next number sequence and how you got there! 1,11, 21, 1211, 111221, ___?___

toryadamz
Feb 28, 2007, 10:48 AM
I need to know the next number sequence and how you got there! 1,11, 21, 1211, 111221, ___?___
I should slap you:

It would be something like 11111221 multiply by two

Capuchin
Feb 28, 2007, 10:51 AM
This is a classic sequence.

312211 is the next term:

It's a self describing sequence, A005150 (http://www.research.att.com/~njas/sequences/A005150) in OEIS (http://www.research.att.com/~njas/sequences/Seis.html)

The first term is 1, the second is 11 (one 1), the third is 21 (two 1s), the fourth is 1211 (one 2 one 1), the next is 111221 (one 1 one 2 two 1s), so the next is 312211 (three 1s two 2s one 1), etc.

Good try toryadamz :)