OFFSET
1,3
LINKS
Jean-Marc Falcoz, Table of n, a(n) for n = 1..10002
EXAMPLE
After a(1) = 0 and a(2) = 1, the smallest unused term a(3) allowing the rebuilding of the sequence by multiplying its last two digits is 11 (1*1 = 1); now the succession of such products is 0, 1;
after a(3) = 11, the smallest unused term a(4) allowing the rebuilding of the sequence by multiplying its last two digits is 111 (as the product of the last two digits of 111 is 1*1 = 1); now the succession of the products is 0, 1, 1);
after a(4) = 111, the smallest unused term a(5) allowing the rebuilding of the sequence by multiplying its last two digits is 211 (as the product of the last two digits of 211 is 1*1 = 1); now the succession of the products is 0, 1, 1, 1);
after a(5) = 211, the smallest unused term a(6) allowing the rebuilding of the sequence by multiplying its last two digits is 311 (as the product of the last two digits of 311 is 1*1 = 1); now the succession of the products is 0, 1, 1, 1, 1);
after a(6) = 311 and a(7) = 411 the smallest unused term a(8) allowing the rebuilding of the sequence by multiplying its last two digits is 26 (as the product of the last two digits of 26 is 2*6 = 12); now the succession of the products is 0, 1, 1, 1, 1, 1, 1, 2 which is the succession of the sequence's digits itself); etc.
CROSSREFS
KEYWORD
base,nonn
AUTHOR
Eric Angelini and Jean-Marc Falcoz, Jul 24 2020
STATUS
approved