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!)
A287075 Positions of 2 in A287072. 4
3, 6, 11, 15, 20, 24, 27, 31, 36, 40, 43, 48, 52, 55, 59, 64, 68, 71, 76, 80, 85, 89, 92, 97, 101, 104, 108, 113, 117, 120, 125, 129, 134, 138, 141, 145, 150, 154, 157, 162, 166, 171, 175, 178, 183, 187, 190, 194, 199, 203, 206, 211, 215, 220, 224, 227, 231 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
MATHEMATICA
s = Nest[Flatten[# /. {0 -> {0, 1}, 1 -> {2, 1}, 2 -> 0}] &, {0}, 10] (* A287072 *)
Flatten[Position[s, 0]] (* A287073 *)
Flatten[Position[s, 1]] (* A287074 *)
Flatten[Position[s, 2]] (* A287075 *)
CROSSREFS
Sequence in context: A234011 A368384 A113960 * A263260 A324773 A373189
KEYWORD
nonn,easy
AUTHOR
Clark Kimberling, May 21 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 17 21:09 EDT 2024. Contains 375990 sequences. (Running on oeis4.)