The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
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!)
A285662 Positions of 0 in A285661; complement of A285663. 3
3, 4, 7, 8, 15, 16, 19, 20, 27, 28, 31, 32, 35, 36, 39, 40, 43, 44, 47, 48, 55, 56, 59, 60, 67, 68, 71, 72, 75, 76, 79, 80, 83, 84, 87, 88, 95, 96, 99, 100, 107, 108, 111, 112, 119, 120, 123, 124, 131, 132, 135, 136, 143, 144, 147, 148, 155, 156, 159, 160 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
Conjecture: a(n)/n -> (3 + sqrt(5))/2.
LINKS
EXAMPLE
As a word, A285661 = 110011001..., in which 0 is in positions 3,4,7,8,15,...
MATHEMATICA
s = Nest[Flatten[# /. {0 -> {1, 1}, 1 -> {1, 1, 0, 0}}] &, {0}, 9] (* A285661 *)
Flatten[Position[s, 0]] (* A285662 *)
Flatten[Position[s, 1]] (* A285663 *)
CROSSREFS
Sequence in context: A117471 A217135 A323247 * A112062 A037013 A050069
KEYWORD
nonn,easy
AUTHOR
Clark Kimberling, May 02 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 23 05:59 EDT 2024. Contains 372758 sequences. (Running on oeis4.)