[go: up one dir, main page]

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!)
A287437 Positions of 2 in A053838. 4
3, 5, 7, 11, 13, 18, 19, 24, 26, 29, 31, 36, 37, 42, 44, 48, 50, 52, 55, 60, 62, 66, 68, 70, 74, 76, 81, 83, 85, 90, 91, 96, 98, 102, 104, 106, 109, 114, 116, 120, 122, 124, 128, 130, 135, 138, 140, 142, 146, 148, 153, 154, 159, 161, 163, 168, 170, 174, 176 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
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.
Does this differ from A026603? - R. J. Mathar, Jun 14 2017
LINKS
FORMULA
a(n) + A053838(n-1) = 3n.
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: A046494 A287441 A026603 * A126991 A264754 A130289
KEYWORD
nonn,easy
AUTHOR
Clark Kimberling, May 26 2017
EXTENSIONS
The definition refers to a different offset in A053838. - R. J. Mathar, May 30 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 August 29 21:34 EDT 2024. Contains 375518 sequences. (Running on oeis4.)