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!)
A287266 Positions of 2 in A287263. 4
2, 4, 8, 10, 20, 22, 26, 28, 44, 46, 54, 56, 58, 60, 64, 66, 76, 78, 82, 84, 100, 102, 110, 112, 120, 122, 130, 132, 134, 136, 140, 142, 152, 154, 162, 164, 166, 168, 172, 174, 178, 180, 184, 186, 196, 198, 202, 204, 220, 222, 230, 232, 234, 236, 240, 242 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
MATHEMATICA
s = Nest[Flatten[# /. {0 -> {1, 1}, 1 -> {0, 2}, 2 -> 0}] &, {0}, 10] (* A287263 *)
Flatten[Position[s, 0]] (* A287264 *)
Flatten[Position[s, 1]] (* A287265 *)
Flatten[Position[s, 2]] (* A287266 *)
CROSSREFS
Sequence in context: A322375 A261931 A173816 * A306719 A185400 A099942
KEYWORD
nonn,easy
AUTHOR
Clark Kimberling, May 24 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 00:30 EDT 2024. Contains 371917 sequences. (Running on oeis4.)