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!)
A287003 Positions of 0 in A287002. 4
1, 4, 6, 9, 10, 13, 15, 17, 20, 22, 25, 26, 29, 30, 33, 35, 38, 39, 42, 44, 46, 49, 51, 53, 56, 58, 61, 62, 65, 67, 69, 72, 74, 77, 78, 81, 82, 85, 87, 90, 91, 94, 95, 98, 100, 103, 104, 107, 109, 111, 114, 116, 119, 120, 123, 124, 127, 129, 132, 133, 136 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
MATHEMATICA
s = Nest[Flatten[# /. {0 -> {0, 1}, 1 -> {2, 0}, 2 -> 1}] &, {0}, 10] (* A287002 *)
Flatten[Position[s, 0]] (* A287003 *)
Flatten[Position[s, 1]] (* A287004 *)
Flatten[Position[s, 2]] (* A287081 *)
CROSSREFS
Sequence in context: A171136 A189167 A283794 * A214068 A330182 A330186
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 25 03:15 EDT 2024. Contains 371964 sequences. (Running on oeis4.)