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!)
A287358 Positions of 1 in A287356. 4
1, 4, 5, 6, 8, 10, 13, 16, 19, 20, 21, 24, 25, 26, 29, 30, 31, 33, 35, 38, 39, 40, 42, 44, 47, 48, 49, 51, 53, 56, 59, 62, 63, 64, 66, 68, 71, 74, 77, 78, 79, 81, 83, 86, 89, 92, 93, 94, 97, 98, 99, 102, 103, 104, 106, 108, 111, 114, 117, 118, 119, 122, 123 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
MATHEMATICA
s = Nest[Flatten[# /. {0 -> {1, 1}, 1 -> {1, 2}, 2 -> 0}] &, {0}, 11] (* A287356 *)
Flatten[Position[s, 0]] (* A287357 *)
Flatten[Position[s, 1]] (* A287358 *)
Flatten[Position[s, 2]] (* A287359 *)
CROSSREFS
Sequence in context: A139446 A274918 A277736 * A035065 A209722 A035067
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 25 08:27 EDT 2024. Contains 371964 sequences. (Running on oeis4.)