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!)
A287124 Positions of 2 in A287121. 4
1, 3, 7, 9, 16, 20, 22, 26, 28, 35, 45, 49, 51, 58, 62, 64, 68, 70, 77, 81, 83, 87, 89, 96, 106, 110, 112, 119, 129, 139, 143, 145, 152, 156, 158, 162, 164, 171, 181, 185, 187, 194, 198, 200, 204, 206, 213, 217, 219, 223, 225, 232, 242, 246, 248, 255, 259 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
MATHEMATICA
s = Nest[Flatten[# /. {0 -> {1, 0}, 1 -> {2, 0}, 2 -> 1}] &, {0}, 12] (* A287121 *)
Flatten[Position[s, 0]] (* A287122 *)
Flatten[Position[s, 1]] (* A287123 *)
Flatten[Position[s, 2]] (* A287124 *)
CROSSREFS
Sequence in context: A306740 A320022 A057463 * A118258 A117583 A126106
KEYWORD
nonn,easy
AUTHOR
Clark Kimberling, May 22 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 10:11 EDT 2024. Contains 371935 sequences. (Running on oeis4.)