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!)
A287445 Positions of 1 in A287443. 5
2, 6, 9, 12, 14, 18, 20, 24, 27, 29, 33, 36, 38, 42, 45, 48, 50, 54, 56, 60, 63, 65, 69, 72, 75, 77, 81, 83, 87, 90, 92, 96, 99, 102, 104, 108, 110, 114, 117, 120, 122, 126, 128, 132, 135, 137, 141, 144, 146, 150, 153, 156, 158, 162, 164, 168, 171, 174, 176 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
a(n) - a(n-1) is in {2, 3, 4} for n >= 1; also, 3n - a(n) is in {0, 1} for n >= 1. The first 20 numbers 3n - a(n) are 1, 0, 0, 0, 1, 0, 1, 0, 0, 1, 0, 0, 1, 0, 0, 0, 1, 0, 1, 0, with 1 in positions given by A287444.
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: A270095 A153043 A171504 * A119720 A173978 A000134
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 April 19 02:04 EDT 2024. Contains 371782 sequences. (Running on oeis4.)