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!)
A287269 Positions of 1 in A287267. 4
1, 2, 4, 5, 11, 12, 14, 15, 25, 26, 31, 32, 33, 34, 36, 37, 43, 44, 46, 47, 57, 58, 63, 64, 69, 70, 75, 76, 77, 78, 80, 81, 87, 88, 93, 94, 95, 96, 98, 99, 101, 102, 104, 105, 111, 112, 114, 115, 125, 126, 131, 132, 133, 134, 136, 137, 143, 144, 146, 147 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
MATHEMATICA
s = Nest[Flatten[# /. {0 -> {1, 1}, 1 -> {0, 2}, 2 -> 0}] &, {0}, 11] (* A287267 *)
Flatten[Position[s, 0]] (* A287268 *)
Flatten[Position[s, 1]] (* A287269 *)
Flatten[Position[s, 2]] (* A287270 *)
CROSSREFS
Sequence in context: A367368 A296346 A089409 * A136988 A074725 A292412
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 19 19:02 EDT 2024. Contains 371798 sequences. (Running on oeis4.)