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!)
A287162 Positions of 1 in A287160. 4
3, 5, 6, 9, 10, 12, 16, 18, 19, 21, 25, 26, 30, 33, 35, 36, 39, 40, 42, 46, 47, 51, 54, 56, 57, 59, 63, 66, 68, 69, 73, 75, 76, 79, 80, 82, 86, 88, 89, 91, 95, 96, 100, 103, 105, 106, 108, 112, 115, 117, 118, 122, 124, 125, 128, 129, 131, 135, 136, 140, 143 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
MATHEMATICA
s = Nest[Flatten[# /. {0 -> {1, 0}, 1 -> {2, 1}, 2 -> 0}] &, {0}, 9] (* A287160 *)
Flatten[Position[s, 0]] (* A287161 *)
Flatten[Position[s, 1]] (* A287162 *)
Flatten[Position[s, 2]] (* A287163 *)
CROSSREFS
Sequence in context: A032786 A080309 A281746 * A018900 A126590 A140584
KEYWORD
nonn,easy
AUTHOR
Clark Kimberling, May 22 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 17:38 EDT 2024. Contains 371797 sequences. (Running on oeis4.)