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

 

Logo

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 60th year, we have over 367,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

Other ways to Give
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A285032 Positions of 0 in A285031; complement of A285033. 4
1, 2, 5, 6, 7, 10, 12, 14, 15, 16, 19, 21, 22, 23, 25, 26, 29, 30, 31, 34, 35, 36, 39, 41, 43, 44, 45, 48, 50, 51, 52, 54, 55, 58, 60, 62, 63, 64, 66, 67, 70, 72, 74, 75, 76, 78, 79, 82, 83, 84, 87, 88, 89, 92, 94, 96, 97, 98, 101, 103, 104, 105, 107, 108 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
Conjecture: -1 < n*r - a(n) < 2 for n>=1, where r = 1 + sqrt(1/2).
LINKS
EXAMPLE
As a word, A285031 = 00110..., in which 0 is in positions 1,2,5,6,7,10,...
MATHEMATICA
s = Nest[Flatten[# /. {0 -> {1, 0}, 1 -> {0, 0, 1}}] &, {0}, 8]; (* A285031 *)
Flatten[Position[s, 0]]; (* A285032 *)
Flatten[Position[s, 1]]; (* A285033 *)
CROSSREFS
Sequence in context: A293278 A087791 A334880 * A002157 A050002 A047578
KEYWORD
nonn,easy
AUTHOR
Clark Kimberling, Apr 19 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 December 7 21:37 EST 2023. Contains 367662 sequences. (Running on oeis4.)