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!)
A287370 Positions of 1 in A287368. 4
2, 4, 5, 6, 9, 11, 13, 14, 15, 18, 19, 20, 23, 24, 25, 28, 31, 34, 36, 38, 39, 40, 43, 45, 47, 48, 49, 52, 54, 56, 57, 58, 61, 62, 63, 66, 67, 68, 71, 74, 77, 79, 81, 82, 83, 86, 87, 88, 91, 92, 93, 96, 99, 102, 104, 106, 107, 108, 111, 112, 113, 116, 117 (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}, 14] (* A287368 *)
Flatten[Position[s, 0]] (* A287369 *)
Flatten[Position[s, 1]] (* A287370 *)
Flatten[Position[s, 2]] (* A287371 *)
CROSSREFS
Sequence in context: A030303 A047315 A125881 * A089969 A166944 A073894
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 April 18 17:36 EDT 2024. Contains 371781 sequences. (Running on oeis4.)