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.: -(4096 + 63041*x + 80331*x^2 + 9995*x^3 + x^4)/(x-1)^5. - R. J. Mathar, Mar 20 2018
MATHEMATICA
(9*Range[0, 20]+8)^4 (* or *) LinearRecurrence[{5, -10, 10, -5, 1}, {4096, 83521, 456976, 1500625, 3748096}, 20] (* Harvey P. Dale, Jun 07 2018 *)
PROG
(Magma) [(9*n+8)^4: n in [0..30]]; // Vincenzo Librandi, Jul 28 2011
CROSSREFS
KEYWORD
nonn,easy
AUTHOR
STATUS
approved