login
A110393
Modified Look-and-Say sequence where 2 is the largest number that may be used.
1
1, 11, 21, 1211, 111221, 21112211, 1221112221, 11222111221211, 212212211122111221, 121122112221112221112211, 111221222122122111221221112221, 2111221122121122112221112211222111221211
OFFSET
0,2
COMMENTS
The ratio r(n) of the number of "1"s to the number of "2"s in the sequence converges to (4*phi^(3/2)+5*phi+sqrt(phi)+3) / (4*phi^(3/2)+5*phi+3*sqrt(phi)+3) = 0.890054... as n goes to infinity, where phi = (1+sqrt(5))/2 is the golden ratio. [Nathaniel Johnston, Jan 13 2011]
CROSSREFS
Sequence in context: A005150 A001388 A305660 * A202627 A257491 A169853
KEYWORD
base,easy,nice,nonn
AUTHOR
Levi Kryder (seelevrun(AT)hotmail.com), May 11 2006
STATUS
approved