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!)
A287366 Positions of 1 in A287364. 4
1, 2, 5, 6, 7, 10, 13, 16, 18, 20, 21, 22, 25, 26, 27, 30, 31, 32, 35, 38, 41, 43, 45, 46, 47, 50, 53, 56, 58, 60, 61, 62, 65, 68, 71, 73, 75, 76, 77, 80, 82, 84, 85, 86, 89, 91, 93, 94, 95, 98, 99, 100, 103, 104, 105, 108, 111, 114, 116, 118, 119, 120, 123 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
MATHEMATICA
s = Nest[Flatten[# /. {0 -> {1, 1}, 1 -> {2, 1}, 2 -> 0}] &, {0}, 13] (* A287364 *)
Flatten[Position[s, 0]] (* A287365 *)
Flatten[Position[s, 1]] (* A287366 *)
Flatten[Position[s, 2]] (* A287367 *)
CROSSREFS
Sequence in context: A259605 A367695 A284393 * A080589 A344170 A292115
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 19 19:02 EDT 2024. Contains 371798 sequences. (Running on oeis4.)