OFFSET
0,2
LINKS
Index entries for linear recurrences with constant coefficients, signature (9, -28, 38, -20, 1).
FORMULA
a(n) = A113439(4*n+1).
a(n) = 9*a(n-1) - 28*a(n-2) + 38*a(n-3) - 20*a(n-4) + a(n-5).
G.f.: -(1-6*x+13*x^2-12*x^3+4*x^4)/(-1+9*x-28*x^2+38*x^3-20*x^4+x^5).
MATHEMATICA
LinearRecurrence[{9, -28, 38, -20, 1}, {1, 3, 12, 50, 212}, 30] (* Harvey P. Dale, Apr 06 2013 *)
CoefficientList[Series[-(1 - 6*x + 13*x^2 - 12*x^3 + 4*x^4)/(-1 + 9*x - 28*x^2 + 38*x^3 - 20*x^4 + x^5), {x, 0, 50}], x] (* G. C. Greubel, Mar 11 2017 *)
PROG
(PARI) x='x+O('x^50); Vec(-(1-6*x+13*x^2-12*x^3+4*x^4)/(-1+9*x-28*x^2+38*x^3-20*x^4+x^5)) \\ G. C. Greubel, Mar 11 2017
CROSSREFS
KEYWORD
nonn,easy
AUTHOR
Floor van Lamoen, Nov 04 2005
STATUS
approved