OFFSET
1,2
LINKS
Carole Dubois, Table of n, a(n) for n = 1..5001
EXAMPLE
a(1) + a(2) = 1 + 10 = 11 (a pair of 1's);
a(2) + a(3) = 10 + 12 = 22 (a pair of 2's);
a(3) + a(4) = 12 + 21 = 33 (a pair of 3's);
...
a(10) + a(11) = 54 + 46 = 100 (a pair of 0's); etc.
CROSSREFS
KEYWORD
nonn,base
AUTHOR
Eric Angelini and Carole Dubois, Sep 27 2020
STATUS
approved