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!)
A285254 Positions of 1 in A285252; complement of A285253. 3
1, 4, 6, 7, 10, 12, 14, 16, 17, 20, 22, 23, 25, 28, 30, 31, 34, 36, 38, 40, 41, 43, 46, 48, 49, 52, 54, 55, 58, 60, 61, 64, 66, 68, 70, 71, 74, 76, 77, 79, 82, 84, 85, 88, 90, 92, 94, 95, 97, 100, 102, 103, 106, 108, 110, 112, 113, 115, 118, 120, 121, 124 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
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 1 is in positions 1,4,6,7,10,...
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: A191920 A047234 A089532 * A326227 A103401 A285091
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 May 12 15:05 EDT 2024. Contains 372482 sequences. (Running on oeis4.)