A303784 Lexicographically earliest sequence of distinct terms such that what emerges from the mask is even (see the Comment section for the mask explanation).
1, 10, 2, 12, 3, 14, 4, 16, 5, 18, 6, 20, 7, 22, 8, 24, 9, 26, 100, 11, 102, 13, 104, 15, 106, 17, 108, 19, 110, 21, 112, 23, 114, 25, 116, 27, 118, 28, 120, 29, 122, 30, 124, 31, 126, 32, 128, 33, 130, 34, 132, 35, 134, 36, 136, 37, 138, 38, 140, 39, 142, 40, 144, 41, 146, 42, 148, 43, 150, 44, 152, 45, 154, 46, 156, 47
Offset: 1
Examples
In the pair (1,10), 1 is the mask; 0 emerges and is even; In the pair (10,2), 2 is the mask; 0 emerges and is even; In the pair (2,12), 2 is the mask; 2 emerges and is even; In the pair (12,3), 3 is the mask; 2 emerges and is even; ... In the pair (690,2018), 690 is the mask; 8 emerges and is even; etc.
Links
- Jean-Marc Falcoz, Table of n, a(n) for n = 1..10001
Comments