OFFSET
0,3
COMMENTS
Binomial transform of A118434 = (1, 1, 3, 11, 25, 41, 43, -29, -335, -1199, ...). - Gary W. Adamson, Sep 19 2008
LINKS
Index entries for linear recurrences with constant coefficients, signature (0, -5, 0, -19, 0, 25).
FORMULA
G.f.: (1 + x + 2*x^2 - 6*x^3 + 29*x^4 + 5*x^5)/((1-x^2)*(1 + 6*x^2 + 25*x^4)).
MATHEMATICA
LinearRecurrence[{0, -5, 0, -19, 0, 25}, {1, 1, -3, -11, 25, 41}, 32] (* Jean-François Alcover, Apr 08 2024 *)
CoefficientList[Series[(1+x+2x^2-6x^3+29x^4+5x^5)/((1-x^2)(1+6x^2+25x^4)), {x, 0, 40}], x] (* Harvey P. Dale, Oct 17 2024 *)
PROG
(PARI) {a(n)=polcoeff((1+x+2*x^2-6*x^3+29*x^4+5*x^5)/(1-x^2)/(1+6*x^2+25*x^4+x*O(x^n)), n)}
CROSSREFS
KEYWORD
sign
AUTHOR
Paul D. Hanna, Apr 28 2006
STATUS
approved