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!)
A287161 Positions of 0 in A287160. 4
1, 7, 11, 13, 14, 20, 22, 23, 27, 28, 31, 37, 41, 43, 44, 48, 49, 52, 58, 60, 61, 64, 70, 71, 77, 81, 83, 84, 90, 92, 93, 97, 98, 101, 107, 109, 110, 113, 119, 120, 126, 130, 132, 133, 137, 138, 141, 147, 148, 154, 158, 160, 161, 164, 170, 174, 176, 177, 183 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
MATHEMATICA
s = Nest[Flatten[# /. {0 -> {1, 0}, 1 -> {2, 1}, 2 -> 0}] &, {0}, 9] (* A287160 *)
Flatten[Position[s, 0]] (* A287161 *)
Flatten[Position[s, 1]] (* A287162 *)
Flatten[Position[s, 2]] (* A287163 *)
CROSSREFS
Sequence in context: A014311 A337459 A245178 * A051266 A370007 A172247
KEYWORD
nonn,easy
AUTHOR
Clark Kimberling, May 22 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 23 10:29 EDT 2024. Contains 371905 sequences. (Running on oeis4.)