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!)
A287109 Positions of 0 in A287108. 4
2, 3, 6, 12, 13, 19, 23, 25, 26, 29, 35, 39, 41, 42, 48, 50, 51, 55, 56, 59, 65, 66, 72, 76, 78, 79, 85, 87, 88, 92, 93, 96, 102, 106, 108, 109, 113, 114, 117, 123, 125, 126, 129, 135, 136, 142, 146, 148, 149, 152, 158, 162, 164, 165, 171, 173, 174, 178, 179 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
MATHEMATICA
s = Nest[Flatten[# /. {0 -> {1, 0}, 1 -> {2, 1}, 2 -> 0}] &, {0}, 10] (* A287108 *)
Flatten[Position[s, 0]] (* A287109 *)
Flatten[Position[s, 1]] (* A287110 *)
Flatten[Position[s, 2]] (* A287111 *)
CROSSREFS
Sequence in context: A082002 A369899 A102779 * A084417 A324243 A015774
KEYWORD
nonn,easy
AUTHOR
Clark Kimberling, May 21 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 24 17:51 EDT 2024. Contains 371962 sequences. (Running on oeis4.)