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!)
A287115 Positions of 2 in A287112. 4
3, 10, 14, 21, 27, 34, 41, 47, 54, 58, 65, 71, 78, 82, 89, 95, 102, 109, 115, 122, 126, 133, 139, 146, 152, 159, 163, 170, 176, 183, 190, 196, 203, 207, 214, 220, 227, 234, 240, 247, 251, 258, 264, 271, 277, 284, 288, 295, 301, 308, 315, 321, 328, 332, 339 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
MATHEMATICA
s = Nest[Flatten[# /. {0 -> {1, 0}, 1 -> {2, 0}, 2 -> 0}] &, {0}, 10] (* A287112 *)
Flatten[Position[s, 0]] (* A287113 *)
Flatten[Position[s, 1]] (* A287114 *)
Flatten[Position[s, 2]] (* A287115 *)
CROSSREFS
Sequence in context: A288169 A283867 A085726 * A063796 A063221 A022409
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 July 28 15:10 EDT 2024. Contains 374698 sequences. (Running on oeis4.)