login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
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 (list; graph; refs; listen; history; text; internal format)
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
Sequence in context: A285092 A027756 A119863 * A047254 A226815 A284890
KEYWORD
nonn,easy
AUTHOR
Clark Kimberling, Apr 23 2017
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified September 16 22:04 EDT 2024. Contains 375979 sequences. (Running on oeis4.)