[go: up one dir, main page]

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!)
A287359 Positions of 2 in A287356. 4
2, 7, 9, 11, 14, 17, 22, 27, 32, 34, 36, 41, 43, 45, 50, 52, 54, 57, 60, 65, 67, 69, 72, 75, 80, 82, 84, 87, 90, 95, 100, 105, 107, 109, 112, 115, 120, 125, 130, 132, 134, 137, 140, 145, 150, 155, 157, 159, 164, 166, 168, 173, 175, 177, 180, 183, 188, 193 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
MATHEMATICA
s = Nest[Flatten[# /. {0 -> {1, 1}, 1 -> {1, 2}, 2 -> 0}] &, {0}, 11] (* A287356 *)
Flatten[Position[s, 0]] (* A287357 *)
Flatten[Position[s, 1]] (* A287358 *)
Flatten[Position[s, 2]] (* A287359 *)
CROSSREFS
Sequence in context: A166570 A003668 A191263 * A022424 A360944 A136498
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 August 29 15:03 EDT 2024. Contains 375517 sequences. (Running on oeis4.)