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!)
A285404 Positions of 0 in A285403; complement of A285405. 3
5, 6, 12, 13, 19, 20, 26, 27, 29, 30, 32, 33, 35, 36, 38, 39, 45, 46, 52, 53, 59, 60, 66, 67, 73, 74, 76, 77, 79, 80, 82, 83, 85, 86, 92, 93, 99, 100, 106, 107, 113, 114, 120, 121, 123, 124, 126, 127, 129, 130, 132, 133, 139, 140, 146, 147, 153, 154, 160 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
EXAMPLE
As a word, A285403 = 1111001..., in which 0 is in positions 5,6,12,13,19,...
MATHEMATICA
s = Nest[Flatten[# /. {0 -> {1, 1}, 1 -> {0, 0, 1}}] &, {0}, 11] (* A285403 *)
Flatten[Position[s, 0]] (* A285404 *)
Flatten[Position[s, 1]] (* A285405 *)
CROSSREFS
Sequence in context: A273158 A099641 A207189 * A047319 A244368 A185031
KEYWORD
nonn,easy
AUTHOR
Clark Kimberling, Apr 27 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 10:34 EDT 2024. Contains 372760 sequences. (Running on oeis4.)