OFFSET
2,1
LINKS
Andrew Howroyd, Table of n, a(n) for n = 2..200
Index entries for linear recurrences with constant coefficients, signature (85,-2350,23750,-100625,153125).
FORMULA
a(n) = 2*n*(121*35^(n-2) + 8*5^(n-2) - 24*n*5^(n-2))/9. - Andrew Howroyd, May 10 2020
PROG
(PARI) a(n) = {2*n*(121*35^(n-2) + 8*5^(n-2) - 24*n*5^(n-2))/9} \\ Andrew Howroyd, May 10 2020
(PARI) Vec(2*x^2*(3 + 5*x)*(6 - 85*x - 1100*x^2 + 875*x^3) / ((1 - 5*x)^3*(1 - 35*x)^2) + O(x^40)) \\ Colin Barker, Jul 16 2020
CROSSREFS
KEYWORD
nonn,easy
AUTHOR
R. H. Hardin, Apr 20 2009
EXTENSIONS
Terms a(8) and beyond from Andrew Howroyd, May 09 2020
STATUS
approved