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!)
A287346 Positions of 0 in A287345. 4
2, 4, 5, 8, 12, 14, 15, 18, 21, 24, 30, 32, 36, 38, 39, 42, 48, 50, 54, 56, 58, 60, 61, 64, 68, 70, 71, 74, 77, 80, 86, 88, 92, 94, 95, 98, 104, 106, 110, 112, 113, 116, 122, 124, 128, 130, 131, 134, 140, 142, 146, 148, 152, 154, 158, 160, 162, 164, 165, 168 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
MATHEMATICA
s = Nest[Flatten[# /. {0 -> {1, 1}, 1 -> {2, 0}, 2 -> 0}] &, {0}, 11] (* A287345 *)
Flatten[Position[s, 0]] (* A287346 *)
Flatten[Position[s, 1]] (* A287347 *)
Flatten[Position[s, 2]] (* A287348 *)
CROSSREFS
Sequence in context: A032850 A190190 A063465 * A344841 A035001 A260386
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 19 23:40 EDT 2024. Contains 371798 sequences. (Running on oeis4.)