|
| |
|
|
A023989
|
|
Look and Say sequence: describe the previous term! (method C - initial term is 2).
|
|
2
| |
|
|
2, 12, 1112, 3112, 211213, 312213, 212223, 114213, 31121314, 41122314, 31221324, 21322314, 21322314, 21322314, 21322314, 21322314, 21322314, 21322314, 21322314, 21322314, 21322314, 21322314, 21322314, 21322314, 21322314, 21322314, 21322314
(list; graph; refs; listen; history; internal format)
|
|
|
|
OFFSET
| 0,1
|
|
|
COMMENTS
| Method C = 'frequency' followed by 'digit'-indication with digits in increasing order.
Converges to 21322314 at the eleventh term. Depending on the initial value, the sequence may converge to a cycle of 2 or more values, for example : 123456, 111213141516, 711213141516, 611213141516, 611213141526, 512213141526, 413213142516, 412223241516, 314213241516, 412223241516, 314213241516, 412223241516
|
|
|
EXAMPLE
| a(1) = 12, so a(2) = 1112 because 12 contains a digit 1 and a digit 2; a(3) = 3112 because 1112 contains three digits 1 and a digit 2
|
|
|
CROSSREFS
| Cf. A005150, A022481.
Sequence in context: A057120 A112512 A006751 * A001389 A022914 A177361
Adjacent sequences: A023986 A023987 A023988 * A023990 A023991 A023992
|
|
|
KEYWORD
| nonn,base
|
|
|
AUTHOR
| Artemario Tadeu Medeiros da Silva (artemario(AT)uol.com.br), Mar 19 2002
|
| |
|
|