OFFSET
4,1
LINKS
R. H. Hardin, Table of n, a(n) for n=4..500
Index entries for linear recurrences with constant coefficients, signature (2,-1,1)
FORMULA
G.f.: x^4*(13-4*x+8*x^2)/(1-2*x+x^2-x^3). - R. J. Mathar, Nov 30 2011
MATHEMATICA
LinearRecurrence[{2, -1, 1}, {13, 22, 39}, 50] (* G. C. Greubel, Sep 19 2017 *)
PROG
(PARI) my(x='x+O('x^50)); Vec(x^4*(13-4*x+8*x^2)/(1-2*x+x^2-x^3)) \\ G. C. Greubel, Sep 19 2017
CROSSREFS
KEYWORD
nonn,easy
AUTHOR
R. H. Hardin, Aug 14 2009
STATUS
approved