OFFSET
0,1
LINKS
Vincenzo Librandi, Table of n, a(n) for n = 0..10000
Index entries for linear recurrences with constant coefficients, signature (6, -15, 20, -15, 6, -1).
FORMULA
G.f.: 32*(32 + 16615*x + 148470*x^2 + 178330*x^3 + 31310*x^4 + 243*x^5)/(x-1)^6. - R. J. Mathar, Mar 20 2018
MATHEMATICA
(10 Range[0, 20]+4)^5 (* or *) LinearRecurrence[{6, -15, 20, -15, 6, -1}, {1024, 537824, 7962624, 45435424, 164916224, 459165024}, 20] (* Harvey P. Dale, Apr 25 2018 *)
PROG
(Magma) [(10*n+4)^5: n in [0..30] ]; // Vincenzo Librandi, Aug 01 2011
CROSSREFS
KEYWORD
nonn,easy
AUTHOR
STATUS
approved