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!)
A287123 Positions of 1 in A287121. 4
5, 11, 13, 14, 18, 24, 30, 32, 33, 37, 39, 40, 42, 43, 47, 53, 55, 56, 60, 66, 72, 74, 75, 79, 85, 91, 93, 94, 98, 100, 101, 103, 104, 108, 114, 116, 117, 121, 123, 124, 126, 127, 131, 133, 134, 136, 137, 141, 147, 149, 150, 154, 160, 166, 168, 169, 173, 175 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
MATHEMATICA
s = Nest[Flatten[# /. {0 -> {1, 0}, 1 -> {2, 0}, 2 -> 1}] &, {0}, 10] (* A287121 *)
Flatten[Position[s, 0]] (* A287122 *)
Flatten[Position[s, 1]] (* A287123 *)
Flatten[Position[s, 2]] (* A287124 *)
CROSSREFS
Sequence in context: A070369 A357995 A104215 * A227146 A251965 A093685
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 18 08:27 EDT 2024. Contains 371769 sequences. (Running on oeis4.)