Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
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!)
A285256 Positions of 0 in A285255; complement of A285257. 3
1, 4, 6, 8, 9, 12, 13, 16, 18, 20, 21, 24, 25, 28, 30, 31, 34, 36, 38, 39, 42, 43, 46, 48, 49, 52, 54, 56, 57, 60, 61, 64, 66, 67, 70, 72, 73, 76, 78, 80, 81, 84, 85, 88, 90, 92, 93, 96, 97, 100, 102, 103, 106, 108, 109, 112, 114, 116, 117, 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, A285255 = 011010..., in which 0 is in positions 1,4,6,8,9,...
MATHEMATICA
s = Nest[Flatten[# /. {0 -> {1, 0}, 1 -> {0, 1, 1, 0}}] &, {0}, 12]; (* A285255 *)
Flatten[Position[s, 0]]; (* A285256 *)
Flatten[Position[s, 1]]; (* A285257 *)
CROSSREFS
Sequence in context: A163520 A273546 A176539 * A013920 A179891 A064590
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 August 18 19:11 EDT 2024. Contains 375273 sequences. (Running on oeis4.)