A303785 Lexicographically earliest sequence of distinct terms such that what emerges from the mask is odd (see the Comment section for the mask explanation).
1, 11, 2, 13, 3, 15, 4, 17, 5, 19, 6, 21, 7, 23, 8, 25, 9, 27, 101, 10, 103, 12, 105, 14, 107, 16, 109, 18, 111, 20, 113, 22, 115, 24, 117, 26, 119, 28, 121, 29, 123, 30, 125, 31, 127, 32, 129, 33, 131, 34, 133, 35, 135, 36, 137, 37, 139, 38, 141, 39, 143, 40, 145, 41, 147, 42, 149, 43, 151, 44, 153, 45, 155, 46, 157, 47
Offset: 1
Examples
In the pair (1,11), 1 is the mask; 1 emerges and is odd; In the pair (11,2), 2 is the mask; 1 emerges and is odd; In the pair (2,13), 2 is the mask; 3 emerges and is odd; In the pair (13,3), 3 is the mask; 3 emerges and is odd; ... In the pair (11019,2018), 2018 is the mask; 9 emerges and is odd; etc.
Links
- Jean-Marc Falcoz, Table of n, a(n) for n = 1..10001
Comments