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!)
A285035 Positions of 0 in A285034; complement of A285036. 4
2, 4, 5, 6, 8, 9, 12, 14, 16, 17, 18, 20, 21, 24, 25, 26, 29, 30, 31, 34, 36, 38, 39, 40, 42, 43, 46, 47, 48, 51, 53, 55, 56, 57, 60, 62, 63, 64, 66, 67, 70, 72, 74, 75, 76, 78, 79, 82, 84, 86, 87, 88, 90, 91, 94, 95, 96, 99, 100, 101, 104, 106, 108, 109 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
Conjecture: -1 < n*r - a(n) < 2 for n>=1, where r = 1 + sqrt(1/2).
LINKS
EXAMPLE
As a word, A285034 = 10100010..., in which 0 is in positions 2,4,5,6,8,9,11,...
MATHEMATICA
s = Nest[Flatten[# /. {0 -> {1, 0}, 1 -> {0, 0, 1}}] &, {0}, 9]; (* A285034 *)
Flatten[Position[s, 0]]; (* A285035 *)
Flatten[Position[s, 1]]; (* A285036 *)
CROSSREFS
Sequence in context: A333489 A345167 A370607 * A233564 A333222 A030326
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 April 24 11:01 EDT 2024. Contains 371936 sequences. (Running on oeis4.)