A303786 Lexicographically earliest sequence of distinct terms such that what emerges from the mask rebuilds the sequence itself, term by term (see the Comment section for the mask explanation).
1, 11, 1011, 10001011, 1000000010001011, 10000000000000001000000010001011, 1000000000000000000000000000000010000000000000001000000010001011, 10000000000000000000000000000000000000000000000000000000000000001000000000000000000000000000000010000000000000001000000010001011
Offset: 1
Examples
In the pair (1,11), 1 is the mask; 1 emerges = a(1); In the pair (11,1011), 11 is the mask; 11 emerges = a(2); In the pair (1011,10001011), 1011 is the mask; 1011 emerges = a(3); etc.
Links
- Jean-Marc Falcoz, Table of n, a(n) for n = 1..11
Comments