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.: ( 1024 + 365149*x + 2941234*x^2 + 3256274*x^3 + 519074*x^4 + 3125*x^5 ) / (x-1)^6. - R. J. Mathar, Jul 14 2016
MATHEMATICA
(9*Range[0, 20]+4)^5 (* or *) LinearRecurrence[{6, -15, 20, -15, 6, -1}, {1024, 371293, 5153632, 28629151, 102400000, 282475249}, 20] (* Harvey P. Dale, Sep 04 2024 *)
PROG
(Magma) [(9*n+4)^5: n in [0..25]]; // Vincenzo Librandi, Jul 24 2011
CROSSREFS
KEYWORD
nonn,easy
AUTHOR
STATUS
approved