Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
A285259
Positions of 0 in A285258; complement of A285260.
3
2, 3, 6, 7, 10, 12, 13, 16, 18, 19, 22, 24, 26, 27, 30, 31, 34, 36, 38, 39, 42, 43, 46, 48, 49, 52, 54, 55, 58, 60, 62, 63, 66, 67, 70, 72, 74, 75, 78, 79, 82, 84, 85, 88, 90, 92, 93, 96, 97, 100, 102, 103, 106, 108, 109, 112, 114, 116, 117, 120, 121, 124
OFFSET
1,1
COMMENTS
Conjecture: 2n - a(n) is in {0,1} for n>=1.
See the comments of A285250 for a proof of this conjecture. - Michel Dekking, Oct 07 2020
LINKS
EXAMPLE
As a word, A285258 = 10011001101..., in which 0 is in positions 2,3,6,7,10,...
MATHEMATICA
s = Nest[Flatten[# /. {0 -> {1, 0}, 1 -> {0, 1, 1, 0}}] &, {0}, 11]; (* A285258 *)
Flatten[Position[s, 0]]; (* A285259 *)
Flatten[Position[s, 1]]; (* A285260 *)
CROSSREFS
KEYWORD
nonn,easy
AUTHOR
Clark Kimberling, Apr 24 2017
STATUS
approved