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!)
A287158 Positions of 1 in A287156. 4
2, 3, 5, 9, 10, 14, 17, 19, 20, 22, 26, 29, 31, 32, 36, 38, 39, 42, 43, 45, 49, 50, 54, 57, 59, 60, 64, 66, 67, 70, 71, 73, 77, 80, 82, 83, 86, 87, 89, 93, 95, 96, 98, 102, 103, 107, 110, 112, 113, 115, 119, 122, 124, 125, 129, 131, 132, 135, 136, 138, 142 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
MATHEMATICA
s = Nest[Flatten[# /. {0 -> {1, 0}, 1 -> {2, 1}, 2 -> 0}] &, {0}, 11] (* A287156 *)
Flatten[Position[s, 0]] (* A287157 *)
Flatten[Position[s, 1]] (* A287158 *)
Flatten[Position[s, 2]] (* A287159 *)
CROSSREFS
Sequence in context: A047370 A226820 A072192 * A325835 A050158 A057254
KEYWORD
nonn,easy
AUTHOR
Clark Kimberling, May 22 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 18 09:54 EDT 2024. Contains 372620 sequences. (Running on oeis4.)