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!)
A287339 Positions of 1 in A287337. 4
2, 3, 5, 6, 7, 8, 13, 14, 20, 21, 23, 24, 25, 26, 31, 32, 37, 38, 43, 44, 54, 55, 57, 58, 64, 65, 67, 68, 69, 70, 75, 76, 86, 87, 89, 90, 96, 97, 99, 100, 102, 103, 105, 106, 107, 108, 113, 114, 120, 121, 123, 124, 125, 126, 131, 132, 137, 138, 143, 144, 154 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
MATHEMATICA
s = Nest[Flatten[# /. {0 -> {1, 1}, 1 -> {2, 0}, 2 -> 0}] &, {0}, 12] (* A287337 *)
Flatten[Position[s, 0]] (* A287338 *)
Flatten[Position[s, 1]] (* A287339 *)
Flatten[Position[s, 2]] (* A287340 *)
CROSSREFS
Sequence in context: A344514 A062877 A068526 * A039086 A280060 A197433
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 19:56 EDT 2024. Contains 371916 sequences. (Running on oeis4.)