OFFSET
1,1
LINKS
Nathaniel Johnston, Table of n, a(n) for n = 1..2500
EXAMPLE
Kolakoski: 1,2,2,1,1,2,1,2,2,1,2,2,1,1,2,1,1,2,2,1,2 Partial sums are 1,3,5,6,7,9. We can see a pattern here - every even entry is close to a multiple of 3. The partial sum at 32 is 47 - 1 less than the expected 48.
CROSSREFS
KEYWORD
nonn,easy
AUTHOR
Jon Perry, Sep 21 2002
EXTENSIONS
Extended and offset corrected by Nathaniel Johnston, May 02 2011
STATUS
approved