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)*a(2) = 1 * 10 = 10;
the 2nd digit of the sequence [1] is present in a(2)*a(3) = 10 * 11 = 110;
the 3rd digit of the sequence [0] is present in a(3)*a(4) = 11 * 19 = 209;
the 4th digit of the sequence [1] is present in a(4)*a(5) = 19 * 6 = 114;
the 5th digit of the sequence [1] is present in a(5)*a(6) = 6 * 2 = 12;
the 6th digit of the sequence [1] is present in a(6)*a(7) = 2 * 5 = 10;
the 7th digit of the sequence [9] is present in a(7)*a(8) = 5 * 18 = 90;
etc.
CROSSREFS
KEYWORD
base,nonn
AUTHOR
Eric Angelini and Carole Dubois, Feb 20 2021
STATUS
approved