A303782 Lexicographically earliest sequence of distinct terms such that what emerges from the mask is prime (see the Comment section for the mask explanation).
1, 12, 2, 13, 3, 15, 4, 17, 5, 22, 6, 23, 7, 25, 8, 27, 9, 32, 102, 10, 103, 11, 105, 14, 107, 16, 112, 18, 113, 19, 115, 20, 117, 21, 122, 24, 123, 26, 125, 28, 127, 29, 132, 30, 133, 31, 135, 33, 137, 34, 142, 35, 143, 36, 145, 37, 147, 38, 152, 39, 153, 40, 155, 41, 157, 42, 162, 43, 163, 44, 165, 45, 167, 46, 172, 47
Offset: 1
Examples
In the pair (1,12), 1 is the mask; 2 emerges and is prime; In the pair (12,2), 2 is the mask; 2 emerges and is prime; In the pair (2,13), 2 is the mask; 3 emerges and is prime; In the pair (13,3), 3 is the mask; 3 emerges and is prime; ... In the pair (11525,2018), 2018 is the mask; 5 emerges and is prime; etc.
Links
- Jean-Marc Falcoz, Table of n, a(n) for n = 1..10001
Comments