Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
A285253
Positions of 0 in A285252; complement of A285254.
3
2, 3, 5, 8, 9, 11, 13, 15, 18, 19, 21, 24, 26, 27, 29, 32, 33, 35, 37, 39, 42, 44, 45, 47, 50, 51, 53, 56, 57, 59, 62, 63, 65, 67, 69, 72, 73, 75, 78, 80, 81, 83, 86, 87, 89, 91, 93, 96, 98, 99, 101, 104, 105, 107, 109, 111, 114, 116, 117, 119, 122, 123, 125
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, A285252 = 100101100101..., in which 0 is in positions 2,3,5,8,9,11,...
MATHEMATICA
s = Nest[Flatten[# /. {0 -> {1, 0}, 1 -> {0, 1, 0, 1}}] &, {0}, 11]; (* A285252 *)
Flatten[Position[s, 0]]; (* A285253 *)
Flatten[Position[s, 1]]; (* A285254 *)
CROSSREFS
KEYWORD
nonn,easy
AUTHOR
Clark Kimberling, Apr 23 2017
STATUS
approved