OFFSET
1,1
COMMENTS
This sequence was initially intended for (method A - initial term is 11), which is just A005150 without the first term.
[From Comments in A005150] Proof that 333 never appears in any a(n): suppose it appears for the first time in a(n); because of 'three 3' in 333, it would imply that 333 is also in a(n-1), which is a contradiction. - Jean-Christophe Hervé, May 09 2013
In fact, 333 is the smallest positive integer (ignoring leading zeros) that is only found within some term of a Look and Say sequence if it is contained in the initial term. Indeed:
For 1-digit number d, take any digit x!=d, so initial term xx...x (d times) does not contain d, but its second term dx does;
For 2-digit number cd with c!=d, use initial term dd...d (c times);
For 2-digit number cc, use initial term cxx...x (x!=c repeated c times);
For 3-digit number 1cd, use cxx...x (x!=d repeated d times);
For 3-digit number 2cd, use ccxx...x (x!=d repeated d times);
For 3-digit number 3cd<333, use cccxx...x (x!=d repeated d times).
REFERENCES
Marcus Du Sautoy, Symmetry: A Journey into the Patterns of Nature, Harper (March 11, 2008), p. 96.- Roger L. Bagula, Mar 12 2009
(For other references, cf. A005150.)
LINKS
Danny Rorabaugh, Table of n, a(n) for n = 1..23
(For other links, cf. A005150.)
PROG
(For Look and Say code, cf. A005150.)
CROSSREFS
KEYWORD
nonn
AUTHOR
Danny Rorabaugh, Apr 01 2015
STATUS
approved