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!)
A287343 Positions of 1 in A287341. 4
1, 2, 7, 8, 18, 19, 21, 22, 28, 29, 31, 32, 33, 34, 39, 40, 50, 51, 53, 54, 60, 61, 63, 64, 70, 71, 73, 74, 80, 81, 83, 84, 86, 87, 89, 90, 91, 92, 97, 98, 104, 105, 107, 108, 109, 110, 115, 116, 126, 127, 129, 130, 136, 137, 139, 140, 142, 143, 145, 146 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
MATHEMATICA
s = Nest[Flatten[# /. {0 -> {1, 1}, 1 -> {2, 0}, 2 -> 0}] &, {0}, 10] (* A287341 *)
Flatten[Position[s, 0]] (* A287342 *)
Flatten[Position[s, 1]] (* A287343 *)
Flatten[Position[s, 2]] (* A287344 *)
CROSSREFS
Sequence in context: A331489 A300476 A213037 * A101518 A055247 A015617
KEYWORD
nonn,easy
AUTHOR
Clark Kimberling, May 24 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 13 03:50 EDT 2024. Contains 372497 sequences. (Running on oeis4.)