OFFSET
1,1
COMMENTS
LINKS
Index entries for linear recurrences with constant coefficients, signature (341,-6138,6138,-341,1).
FORMULA
G.f.: z*(20*(-305-11254*z+7424*z^2-346*z^3+z^4))/((-1+z)*(1- 322*z+z^2)*(1-18*z+z^2)).
a(n) = 341*a(n-1) - 6138*a(n-2) + 6138*a(n-3) - 341*a(n-4) + a(n-5).
MATHEMATICA
LinearRecurrence[{341, -6138, 6138, -341, 1}, {6100, 2305180, 748476100, 241118603980, 77641444770100}, 20] (* Harvey P. Dale, Aug 17 2016 *)
PROG
(PARI) a(n)=([0, 1, 0, 0, 0; 0, 0, 1, 0, 0; 0, 0, 0, 1, 0; 0, 0, 0, 0, 1; 1, -341, 6138, -6138, 341]^(n-1)*[6100; 2305180; 748476100; 241118603980; 77641444770100])[1, 1] \\ Charles R Greathouse IV, May 28 2026
CROSSREFS
KEYWORD
nonn,easy
AUTHOR
Artur Jasinski, Nov 28 2011
STATUS
approved
