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!)
A287087 Positions of 0 in A287086. 4
1, 5, 6, 7, 9, 11, 15, 19, 23, 24, 25, 29, 30, 31, 35, 36, 37, 39, 41, 45, 46, 47, 49, 51, 55, 56, 57, 59, 61, 65, 69, 73, 74, 75, 77, 79, 83, 87, 91, 92, 93, 95, 97, 101, 105, 109, 110, 111, 115, 116, 117, 121, 122, 123, 125, 127, 131, 135, 139, 140, 141 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
MATHEMATICA
s = Nest[Flatten[# /. {0 -> {0, 1}, 1 -> {2, 2}, 2 -> 0}] &, {0}, 10] (* A287086 *)
Flatten[Position[s, 0]] (* A287087 *)
Flatten[Position[s, 1]] (* A287088 *)
Flatten[Position[s, 2]] (* A287089 *)
CROSSREFS
Sequence in context: A030388 A031059 A067528 * A180939 A229231 A073419
KEYWORD
nonn,easy
AUTHOR
Clark Kimberling, May 21 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 19 21:09 EDT 2024. Contains 371798 sequences. (Running on oeis4.)