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!)
A287237 Positions of 2 in A287234. 4
6, 13, 18, 22, 29, 36, 41, 45, 52, 57, 61, 65, 70, 74, 81, 88, 93, 97, 104, 111, 116, 120, 127, 132, 136, 140, 145, 149, 156, 163, 168, 172, 179, 184, 188, 192, 197, 201, 205, 210, 214, 221, 226, 230, 234, 239, 243, 250, 257, 262, 266, 273, 280, 285, 289 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
MATHEMATICA
s = Nest[Flatten[# /. {0 -> {0, 1}, 1 -> {2, 0}, 2 -> 1}] &, {1}, 10] (* A287234 *)
Flatten[Position[s, 0]] (* A287235 *)
Flatten[Position[s, 1]] (* A287236 *)
Flatten[Position[s, 2]] (* A287237 *)
CROSSREFS
Sequence in context: A322431 A153696 A032366 * A282975 A094696 A095911
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 September 6 10:51 EDT 2024. Contains 375712 sequences. (Running on oeis4.)