OFFSET
0,2
LINKS
Vincenzo Librandi, Table of n, a(n) for n = 0..250
Index entries for linear recurrences with constant coefficients, signature (5,-10,10,-5,1).
FORMULA
G.f.: -10000*x*(1+x)*(x^2 + 10*x + 1)/(x-1)^5. - R. J. Mathar, Mar 20 2018
MATHEMATICA
(10*Range[0, 20])^4 (* or *) LinearRecurrence[{5, -10, 10, -5, 1}, {0, 10000, 160000, 810000, 2560000}, 20] (* Harvey P. Dale, Dec 13 2016 *)
PROG
(Magma) [(10*n)^4: n in [0..30]]; // Vincenzo Librandi, Jul 29 2011
(PARI) a(n)=(10*n)^4 \\ Charles R Greathouse IV, Jul 29 2011
CROSSREFS
KEYWORD
nonn,easy
AUTHOR
STATUS
approved