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!)
A287363 Positions of 2 in A287360. 4
2, 5, 7, 9, 14, 17, 20, 22, 24, 29, 31, 33, 38, 40, 42, 47, 52, 57, 60, 63, 65, 67, 72, 75, 78, 80, 82, 87, 90, 93, 95, 97, 102, 104, 106, 111, 113, 115, 120, 125, 130, 133, 136, 138, 140, 145, 147, 149, 154, 156, 158, 163, 168, 173, 176, 179, 181, 183, 188 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
MATHEMATICA
s = Nest[Flatten[# /. {0 -> {1, 1}, 1 -> {2, 1}, 2 -> 0}] &, {0}, 12] (* A287360 *)
Flatten[Position[s, 0]] (* A287361 *)
Flatten[Position[s, 1]] (* A287362 *)
Flatten[Position[s, 2]] (* A287363 *)
CROSSREFS
Sequence in context: A115863 A333178 A169867 * A253275 A093417 A286162
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 April 23 16:40 EDT 2024. Contains 371916 sequences. (Running on oeis4.)