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!)
A287321 Positions of 0 in A287320. 4
1, 2, 6, 7, 8, 12, 16, 20, 22, 24, 25, 26, 30, 31, 32, 36, 37, 38, 42, 46, 50, 52, 54, 55, 56, 60, 64, 68, 70, 72, 73, 74, 78, 82, 86, 88, 90, 91, 92, 96, 98, 100, 101, 102, 106, 108, 110, 111, 112, 116, 117, 118, 122, 123, 124, 128, 132, 136, 138, 140, 141 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
MATHEMATICA
s = Nest[Flatten[# /. {0 -> {1, 0}, 1 -> {2, 2}, 2 -> 0}] &, {0}, 9] (* A287175 *)
Flatten[Position[s, 0]] (* A287321 *)
Flatten[Position[s, 1]] (* A287322 *)
Flatten[Position[s, 2]] (* A287323 *)
CROSSREFS
Sequence in context: A189242 A285160 A362462 * A030366 A048859 A026311
KEYWORD
nonn,easy
AUTHOR
Clark Kimberling, May 23 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 18 16:22 EDT 2024. Contains 371780 sequences. (Running on oeis4.)