OFFSET
1,1
REFERENCES
Posting to sci.math.research by dima(AT)win.tue.nl (Dmitrii V. Pasechnik), Oct 28 1996.
LINKS
Vincenzo Librandi, Table of n, a(n) for n = 1..1000
D. Pasechnik, Poincare series for the depths of roots in a root system, Sci. Math. Research posting Oct 28 1996.
Index entries for linear recurrences with constant coefficients, signature (2,0,0,0,-1).
FORMULA
a(n) = 2a(n-1)-a(n-5).
G.f.: -x*(2*x^4+3*x^3+2*x^2+3*x-4) / ((x-1)*(x^4+x^3+x^2+x-1)). - Colin Barker, Sep 27 2013
MATHEMATICA
CoefficientList[Series[-(2 x^4 + 3 x^3 + 2 x^2 + 3 x - 4)/((x - 1) (x^4 + x^3 + x^2 + x - 1)), {x, 0, 50}], x] (* Vincenzo Librandi, Sep 27 2013 *)
PROG
(PARI) Vec(-x*(2*x^4+3*x^3+2*x^2+3*x-4)/((x-1)*(x^4+x^3+x^2+x-1)) + O(x^100)) \\ Colin Barker, Sep 27 2013
CROSSREFS
KEYWORD
nonn,easy
AUTHOR
STATUS
approved