OFFSET
1,1
LINKS
Colin Barker, Table of n, a(n) for n = 1..255
Index entries for linear recurrences with constant coefficients, signature (1,63043598,-63043598,-1,1).
FORMULA
a(n) = a(n-1) + 63043598*a(n-2) - 63043598*a(n-3) - a(n-4) + a(n-5).
G.f.: -99*x*(4*x^4+572*x^3-211815202*x^2+90834172*x+101409) / ((x-1)*(x^2-7940*x+1)*(x^2+7940*x+1)).
EXAMPLE
MATHEMATICA
LinearRecurrence[{1, 63043598, -63043598, -1, 1}, {10039491, 9002622519, 632913667646139, 567557703066557511, 39901154831776816303176}, 10] (* Harvey P. Dale, Jan 10 2019 *)
PROG
(PARI) Vec(-99*x*(4*x^4+572*x^3-211815202*x^2+90834172*x+101409) / ((x-1)*(x^2-7940*x+1)*(x^2+7940*x+1)) + O(x^20))
CROSSREFS
KEYWORD
nonn,easy
AUTHOR
Colin Barker, May 30 2015
STATUS
approved