OFFSET
1,2
LINKS
Carole Dubois, Table of n, a(n) for n = 1..5000
EXAMPLE
The 1st digit of the sequence [1] is present in a(1) = 1;
the 2nd digit of the sequence [1] is present in a(1) + a(2) = 1 + 10 = 11;
the 3rd digit of the sequence [0] is present in a(1) + a(2) + a(3) = 1 + 10 + 9 = 20;
the 4th digit of the sequence [9] is present in a(1) + a(2) + a(3) + a(4) = 1 + 10 + 9 + 19 = 39; etc.
CROSSREFS
KEYWORD
base,nonn
AUTHOR
Eric Angelini and Carole Dubois, Feb 20 2021
STATUS
approved
