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!)
A338192 Sum of Fibonacci and tribonacci numbers: a(n) = A000073(n) + A000045(n). 0
0, 1, 2, 3, 5, 9, 15, 26, 45, 78, 136, 238, 418, 737, 1304, 2315, 4123, 7365, 13193, 23694, 42655, 76958, 139126, 251974, 457112, 830501, 1510930, 2752175, 5018581, 9160293, 16734631, 30595694, 55976389, 102474674, 187700488, 343973242, 630623826, 1156594669 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
COMMENTS
In general, the sum of a second-order sequence with signature (a,b) and a third-order sequence with signature (x,y,z) will be a fifth-order sequence with signature (a+x,-x*a+b+y, -y*a+z-b*x,-a*z-b*y,-b*z). In this instance, a=b=x=y=z=1 resulting in a signature of (2,1,-1,-2,-1).
LINKS
FORMULA
a(n) = A000073(n) + A000045(n).
a(n) = 2*a(n-1) + a(n-2) - a(n-3) - 2*a(n-4) - a(n-5) for n > 4 with a(0)=0, a(1)=1, a(2)=2, a(3)=3, a(4)=5.
G.f.: x*(1 - 2*x^2 - 2*x^3)/(1 - 2*x - x^2 + x^3 + 2*x^4 + x^5). - Stefano Spezia, Oct 15 2020
MATHEMATICA
LinearRecurrence[{2, 1, -1, -2, -1}, {0, 1, 2, 3, 5}, 50] (* Amiram Eldar, Oct 15 2020 *)
CROSSREFS
Sequence in context: A228645 A185649 A005169 * A129852 A367666 A065954
KEYWORD
nonn,easy
AUTHOR
Gary Detlefs, Oct 15 2020
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 05:19 EDT 2024. Contains 371782 sequences. (Running on oeis4.)