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!)
A287332 Positions of 0 in A287331. 4
2, 4, 5, 6, 10, 12, 14, 15, 16, 20, 21, 22, 26, 27, 28, 32, 36, 40, 42, 44, 45, 46, 50, 52, 54, 55, 56, 60, 62, 64, 65, 66, 70, 71, 72, 76, 77, 78, 82, 86, 90, 92, 94, 95, 96, 100, 101, 102, 106, 107, 108, 112, 116, 120, 122, 124, 125, 126, 130, 131, 132 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
MATHEMATICA
s = Nest[Flatten[# /. {0 -> {1, 0}, 1 -> {2, 2}, 2 -> 0}] &, {0}, 10] (* A287331 *)
Flatten[Position[s, 0]] (* A287332 *)
Flatten[Position[s, 1]] (* A287333 *)
Flatten[Position[s, 2]] (* A287334 *)
CROSSREFS
Sequence in context: A334736 A265349 A047433 * A029465 A014871 A029513
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 September 26 23:31 EDT 2023. Contains 365668 sequences. (Running on oeis4.)