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!)
A287069 Positions of 2 in A287066. 4
2, 9, 13, 15, 20, 22, 25, 32, 34, 37, 42, 49, 53, 55, 58, 63, 70, 72, 79, 83, 85, 90, 92, 95, 100, 107, 109, 116, 120, 122, 125, 132, 136, 138, 143, 145, 148, 155, 157, 160, 165, 172, 174, 181, 185, 187, 190, 197, 201, 203, 208, 210, 213, 218, 225, 229, 231 (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: A271646 A024976 A171234 * A068047 A044904 A234902
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 September 27 06:33 EDT 2023. Contains 365674 sequences. (Running on oeis4.)