A342266 Lexicographically earliest sequence of distinct nonnegative terms such that both a(n) and a(n) * a(n+1) have digits in nondecreasing order.
0, 1, 2, 3, 4, 6, 8, 7, 5, 9, 13, 12, 14, 16, 18, 26, 44, 27, 17, 15, 23, 29, 46, 28, 48, 47, 24, 19, 117, 38, 36, 33, 34, 37, 67, 35, 127, 114, 39, 57, 78, 146, 236, 58, 77, 1444, 177, 157, 2477, 144, 247, 45, 25, 49, 227, 147, 257, 1777, 12568, 116, 68, 66, 118, 113, 59, 226, 148, 166, 134, 167, 334
Offset: 1
Examples
a(5) = 4 and a(6) = 6 have product 24: the three numbers have digits in nondecreasing order; a(6) = 6 and a(7) = 8 have product 48: the three numbers have digits in nondecreasing order; a(7) = 8 and a(7) = 7 have product 56: the three numbers have digits in nondecreasing order; etc.
Links
- Carole Dubois, Table of n, a(n) for n = 1..138 (terms calculated with a(n+1) < a(n)*1000, (backtracking when not found inside this limit)).
Comments