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!)
A287436 Positions of 1 in A053838. 4
2, 4, 9, 10, 15, 17, 21, 23, 25, 28, 33, 35, 39, 41, 43, 47, 49, 54, 57, 59, 61, 65, 67, 72, 73, 78, 80, 82, 87, 89, 93, 95, 97, 101, 103, 108, 111, 113, 115, 119, 121, 126, 127, 132, 134, 137, 139, 144, 145, 150, 152, 156, 158, 160, 165, 167, 169, 173, 175 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
The definition refers to a different offset in A053838.
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 1, 2, 0, 2, 0, 1, 0, 1, 2, 2, 0, 1, 0, 1, 2, 1, 2, 0, 0, 1, with 0 in positions given by A287437.
Does this differ from A026602? - R. J. Mathar, Jun 14 2017
LINKS
MATHEMATICA
s = Nest[Flatten[# /. {0->{0, 1, 2}, 1->{1, 2, 0}, 2->{2, 0, 1}}] &, {0}, 9]; (* A053838 *)
Flatten[Position[s, 0]]; (* A287435 *)
Flatten[Position[s, 1]]; (* A287436 *)
Flatten[Position[s, 2]]; (* A287437 *)
CROSSREFS
Sequence in context: A287526 A287413 A026602 * A103078 A060756 A075347
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 25 13:02 EDT 2024. Contains 371969 sequences. (Running on oeis4.)