login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 60, we have over 367,000 sequences, and we’ve crossed 11,000 citations (which often say “discovered thanks to the OEIS”).

Other ways to Give
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A287338 Positions of 0 in A287337. 4
1, 4, 10, 12, 16, 18, 19, 22, 28, 30, 34, 36, 40, 42, 46, 48, 50, 52, 53, 56, 60, 62, 63, 66, 72, 74, 78, 80, 82, 84, 85, 88, 92, 94, 95, 98, 101, 104, 110, 112, 116, 118, 119, 122, 128, 130, 134, 136, 140, 142, 146, 148, 150, 152, 153, 156, 160, 162, 163 (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}, 12] (* A287337 *)
Flatten[Position[s, 0]] (* A287338 *)
Flatten[Position[s, 1]] (* A287339 *)
Flatten[Position[s, 2]] (* A287340 *)
CROSSREFS
Sequence in context: A181053 A239055 A295129 * A077654 A095275 A366530
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 December 2 01:41 EST 2023. Contains 367505 sequences. (Running on oeis4.)