A288538 Lexicographically earliest sequence of distinct positive terms such that, for any n > 0, n * a(n) does not contain the digit 1 in decimal base.
2, 1, 3, 5, 4, 6, 7, 8, 10, 9, 19, 17, 16, 18, 15, 13, 12, 14, 11, 20, 22, 21, 23, 24, 25, 26, 27, 28, 30, 29, 32, 31, 62, 59, 58, 57, 55, 54, 52, 50, 49, 53, 48, 46, 45, 44, 47, 43, 41, 40, 56, 39, 42, 38, 37, 51, 36, 35, 34, 60, 63, 33, 61, 64, 65, 66, 67
Offset: 1
Examples
The first terms, alongside n * a(n), are: n a(n) n * a(n) -- ---- -------- 1 2 2 2 1 2 3 3 9 4 5 20 5 4 20 6 6 36 7 7 49 8 8 64 9 10 90 10 9 90 11 19 209 12 17 204 13 16 208 14 18 252 15 15 225 16 13 208 17 12 204 18 14 252 19 11 209 20 20 400
Comments