OFFSET
0,1
LINKS
Vincenzo Librandi, Table of n, a(n) for n = 0..10000
Index entries for linear recurrences with constant coefficients, signature (5, -10, 10, -5, 1).
FORMULA
G.f.: -16*(16 + 2321*x + 8891*x^2 + 3691*x^3 + 81*x^4)/(x-1)^5. - R. J. Mathar, Mar 20 2018
MATHEMATICA
(10 Range[0, 30]+4)^4 (* or *) LinearRecurrence[{5, -10, 10, -5, 1}, {256, 38416, 331776, 1336336, 3748096}, 30] (* Harvey P. Dale, Jan 08 2023 *)
PROG
(Magma) [(10*n+4)^4: n in [0..30] ]; // Vincenzo Librandi, Aug 01 2011
CROSSREFS
KEYWORD
nonn,easy
AUTHOR
STATUS
approved