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!)
A287371 Positions of 2 in A287368. 4
1, 3, 8, 10, 12, 17, 22, 27, 30, 33, 35, 37, 42, 44, 46, 51, 53, 55, 60, 65, 70, 73, 76, 78, 80, 85, 90, 95, 98, 101, 103, 105, 110, 115, 120, 123, 126, 128, 130, 135, 138, 141, 143, 145, 150, 153, 156, 158, 160, 165, 167, 169, 174, 176, 178, 183, 188, 193 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
MATHEMATICA
s = Nest[Flatten[# /. {0 -> {1, 1}, 1 -> {2, 1}, 2 -> 0}] &, {0}, 14] (* A287368 *)
Flatten[Position[s, 0]] (* A287369 *)
Flatten[Position[s, 1]] (* A287370 *)
Flatten[Position[s, 2]] (* A287371 *)
CROSSREFS
Sequence in context: A246589 A327308 A350667 * A351872 A226641 A212966
KEYWORD
nonn,easy
AUTHOR
Clark Kimberling, May 25 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 9 23:53 EDT 2024. Contains 375765 sequences. (Running on oeis4.)