A332795 Lexicographically earliest sequence of distinct positive terms such that a(n) and a(n+1) are substrings of their product.
1, 10, 11, 100, 21, 1000, 31, 10000, 41, 100000, 51, 1000000, 61, 10000000, 71, 100000000, 81, 2817
Offset: 1
Examples
a(1)*a(2) = 1*10 = 10 and 10 contains the substrings 1 and 10, which are precisely a(1) and a(2); a(17)*a(18) = 81*2817 = 228177 and 228177 contains the substrings 81 and 2817, which are precisely a(17) and a(18).
Crossrefs
Cf. A066217.
Comments