OFFSET
1,1
COMMENTS
Write the natural numbers as an infinite sequence of digits, starting at the left; and count the contiguous non-0 digits separated by digits 0.
EXAMPLE
a(1)=10: the ten digits (0)1234567891(0)1112... in between the first two "0"'s of the counting numbers.
a(2)=19: the 19 digits ...1(0)1112131415161718192(0)212223... between the "0" of 10 and the "0" of 20.
CROSSREFS
KEYWORD
base,easy,nonn
AUTHOR
Alexandre Wajnberg, Mar 28 2005
STATUS
approved