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!)
A287067 Positions of 0 in A287066. 4
3, 4, 6, 10, 16, 17, 23, 26, 27, 29, 35, 38, 39, 43, 44, 46, 50, 56, 59, 60, 64, 65, 67, 73, 74, 76, 80, 86, 87, 93, 96, 97, 101, 102, 104, 110, 111, 113, 117, 123, 126, 127, 129, 133, 139, 140, 146, 149, 150, 152, 158, 161, 162, 166, 167, 169, 175, 176, 178 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
MATHEMATICA
s = Nest[Flatten[# /. {0 -> {0, 1}, 1 -> {1, 2}, 2 -> 0}] &, {1}, 10] (* A287066 *)
Flatten[Position[s, 0]] (* A287067 *)
Flatten[Position[s, 1]] (* A287068 *)
Flatten[Position[s, 2]] (* A287069 *)
CROSSREFS
Sequence in context: A114736 A099417 A139463 * A310004 A214289 A310005
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 16 14:51 EDT 2024. Contains 371749 sequences. (Running on oeis4.)