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!)
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 April 16 14:17 EDT 2024. Contains 371740 sequences. (Running on oeis4.)