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!)
A287362 Positions of 1 in A287360. 4
3, 6, 8, 10, 11, 12, 15, 18, 21, 23, 25, 26, 27, 30, 32, 34, 35, 36, 39, 41, 43, 44, 45, 48, 49, 50, 53, 54, 55, 58, 61, 64, 66, 68, 69, 70, 73, 76, 79, 81, 83, 84, 85, 88, 91, 94, 96, 98, 99, 100, 103, 105, 107, 108, 109, 112, 114, 116, 117, 118, 121, 122 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
MATHEMATICA
s = Nest[Flatten[# /. {0 -> {1, 1}, 1 -> {2, 1}, 2 -> 0}] &, {0}, 12] (* A287360 *)
Flatten[Position[s, 0]] (* A287361 *)
Flatten[Position[s, 1]] (* A287362 *)
Flatten[Position[s, 2]] (* A287363 *)
CROSSREFS
Sequence in context: A072960 A159264 A329500 * A055073 A328505 A012132
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 March 28 18:04 EDT 2024. Contains 371254 sequences. (Running on oeis4.)