OFFSET
0,3
LINKS
Index entries for linear recurrences with constant coefficients, signature (0,3,4,-1,-1,1).
FORMULA
G.f.: (1 + x - x^2 - x^3 + x^4) / (1 - 3*x^2 - 4*x^3 + x^4 + x^5 - x^6).
EXAMPLE
G.f.: A(x) = 1 + x + 2*x^2 + 6*x^3 + 10*x^4 + 24*x^5 + 52*x^6 + 105*x^7 +...
MATHEMATICA
LinearRecurrence[{0, 3, 4, -1, -1, 1}, {1, 1, 2, 6, 10, 24}, 40] (* Harvey P. Dale, Mar 05 2019 *)
PROG
(PARI) {a(n)=fibonacci(n+1)*polcoeff((1+x)/(1-x^2-x^3+x*O(x^n)), n)}
CROSSREFS
KEYWORD
nonn,easy
AUTHOR
Paul D. Hanna, Nov 16 2011
STATUS
approved