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!)
A287444 Positions of 0 in A287443. 5
1, 5, 7, 10, 13, 17, 19, 22, 26, 28, 31, 35, 37, 41, 43, 46, 49, 53, 55, 59, 61, 64, 67, 71, 73, 76, 80, 82, 86, 88, 91, 94, 98, 100, 103, 107, 109, 113, 115, 118, 121, 125, 127, 130, 134, 136, 139, 143, 145, 149, 151, 154, 157, 161, 163, 167, 169, 172, 175 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
a(n) - a(n-1) is in {2, 3, 4} for n >= 1; also, 3n - a(n) is in {1, 2} for n >= 1. The first 20 numbers 3n - a(n) are 2, 1, 2, 2, 2, 1, 2, 2, 1, 2, 2, 1, 2, 1, 2, 2, 2, 1, 2, 1, with 1 in positions given by A287443.
LINKS
MATHEMATICA
s = Nest[Flatten[# /. {0->{0, 1, 2}, 1->{2, 0, 1}, 2->{0, 2, 1}}] &, {0}, 9]; (*A287443*)
Flatten[Position[s, 0]]; (*A287444*)
Flatten[Position[s, 1]]; (*A287445*)
Flatten[Position[s, 2]]; (*A287446*)
CROSSREFS
Sequence in context: A024325 A060873 A186542 * A196175 A112251 A089061
KEYWORD
nonn,easy
AUTHOR
Clark Kimberling, May 26 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 23 16:36 EDT 2024. Contains 372765 sequences. (Running on oeis4.)