A067977 Convolution of Fibonacci F(n+1), n>=0, with F(n+9), n>=0.
34, 89, 212, 445, 890, 1712, 3212, 5911, 10720, 19215, 34116, 60096, 105158, 182965, 316780, 546113, 937918, 1605424, 2739760, 4662995, 7916984, 13412019, 22675272, 38265600, 64465450, 108433937
Offset: 0
Links
- Index entries for linear recurrences with constant coefficients, signature (2,1,-2,-1).
Programs
-
Mathematica
CoefficientList[Series[(34 + 21*x)/(1 - x - x^2)^2, {x, 0, 30}], x] (* Wesley Ivan Hurt, Feb 16 2017 *) LinearRecurrence[{2,1,-2,-1},{34,89,212,445},30] (* Harvey P. Dale, Dec 22 2022 *)
Comments