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!)
A287236 Positions of 1 in A287234. 4
1, 3, 5, 8, 10, 12, 15, 17, 21, 24, 26, 28, 31, 33, 35, 38, 40, 44, 47, 49, 51, 54, 56, 60, 64, 67, 69, 73, 76, 78, 80, 83, 85, 87, 90, 92, 96, 99, 101, 103, 106, 108, 110, 113, 115, 119, 122, 124, 126, 129, 131, 135, 139, 142, 144, 148, 151, 153, 155, 158 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
MATHEMATICA
s = Nest[Flatten[# /. {0 -> {0, 1}, 1 -> {2, 0}, 2 -> 1}] &, {1}, 10] (* A287234 *)
Flatten[Position[s, 0]] (* A287235 *)
Flatten[Position[s, 1]] (* A287236 *)
Flatten[Position[s, 2]] (* A287237 *)
CROSSREFS
Sequence in context: A090846 A195170 A079527 * A305378 A362935 A033033
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 14 09:44 EDT 2024. Contains 375921 sequences. (Running on oeis4.)