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!)
A287242 Positions of 1 in A287240. 4
4, 8, 11, 13, 17, 21, 24, 26, 30, 33, 35, 37, 40, 42, 46, 50, 53, 55, 59, 63, 66, 68, 72, 75, 77, 79, 82, 84, 88, 92, 95, 97, 101, 104, 106, 108, 111, 113, 115, 118, 120, 124, 127, 129, 131, 134, 136, 140, 144, 147, 149, 153, 157, 160, 162, 166, 169, 171 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
MATHEMATICA
s = Nest[Flatten[# /. {0 -> {0, 1}, 1 -> {2, 0}, 2 -> 1}] &, {1}, 11] (* A287240 *)
Flatten[Position[s, 0]] (* A287241 *)
Flatten[Position[s, 1]] (* A287242 *)
Flatten[Position[s, 2]] (* A287243 *)
CROSSREFS
Sequence in context: A311026 A311027 A038162 * A311028 A311029 A026999
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 September 13 11:59 EDT 2024. Contains 375907 sequences. (Running on oeis4.)