OFFSET
0,2
LINKS
Vincenzo Librandi, Table of n, a(n) for n = 0..1000
Index entries for linear recurrences with constant coefficients, signature (6,-15,20,-15,6,-1).
FORMULA
G.f.: (1024*x^5+52905*x^4+198890*x^3+114410*x^2+7770*x+1)/(x-1)^6. [Colin Barker, Sep 19 2012]
MATHEMATICA
CoefficientList[Series[(1024 x^5 + 52905 x^4 + 198890 x^3 + 114410 x^2 + 7770 x + 1)/(x - 1)^6, {x, 0, 40}], x] (* Vincenzo Librandi, Oct 15 2013 *)
PROG
(Magma) [(5*n+1)^5: n in [0..20]]; // Vincenzo Librandi, Oct 15 2013
CROSSREFS
KEYWORD
nonn,easy
AUTHOR
STATUS
approved