OFFSET
1,2
LINKS
G. C. Greubel, Table of n, a(n) for n = 1..1000
Index entries for linear recurrences with constant coefficients, signature (1, 4, -4, -6, 6, 4, -4, -1, 1).
FORMULA
From R. J. Mathar, Feb 22 2009: (Start)
a(n) = a(n-1) + 4*a(n-2) - 4*a(n-3) - 6*a(n-4) + 6*a(n-5) + 4*a(n-6) - 4*a(n-7) - a(n-8) + a(n-9).
G.f.: x*(1 + 8*x - 3*x^2 + 32*x^3 + 3*x^4 +8*x^5 -x^6)/((1+x)^4*(1-x)^5). (End)
MATHEMATICA
LinearRecurrence[{1, 4, -4, -6, 6, 4, -4, -1, 1}, {1, 9, 10, 74, 75, 291, 292, 804, 805}, 40] (* Harvey P. Dale, Nov 28 2014 *)
CROSSREFS
KEYWORD
nonn
AUTHOR
Artur Jasinski, May 12 2008
STATUS
approved