The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
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!)
A287408 Positions of 0 in A287407. 5
1, 6, 8, 11, 15, 16, 20, 22, 27, 29, 31, 36, 38, 42, 43, 46, 51, 53, 56, 58, 63, 64, 69, 71, 74, 78, 79, 83, 85, 90, 91, 96, 98, 101, 105, 106, 110, 112, 117, 119, 123, 124, 127, 132, 134, 136, 141, 143, 146, 150, 151, 155, 157, 162, 164, 166, 171, 172, 177 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
a(n) - a(n-1) is in {1, 2, 3, 4, 5} for n >= 1; also, 3n - a(n) is in {0, 1, 2} for n >= 1. The first 20 numbers 3n - a(n) are 2, 0, 1, 1, 0, 2, 0, 2, 1, 0, 2, 1, 1, 0, 2, 2, 0, 1, 1, 0, with 0 in positions given by A287403.
LINKS
MATHEMATICA
s = Nest[Flatten[# /. {0->{0, 1, 2}, 1->{2, 1, 0}, 2->{2, 0, 1}}] &, {0}, 9]; (*A287407*)
Flatten[Position[s, 0]]; (*A287408*)
Flatten[Position[s, 1]]; (*A287409*)
Flatten[Position[s, 2]]; (*A287410*)
CROSSREFS
Sequence in context: A200722 A120152 A315855 * A287398 A167499 A020716
KEYWORD
nonn,easy
AUTHOR
Clark Kimberling, May 25 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 May 17 15:44 EDT 2024. Contains 372603 sequences. (Running on oeis4.)