OFFSET
0,2
LINKS
Vincenzo Librandi, Table of n, a(n) for n = 0..1000
Index entries for linear recurrences with constant coefficients, signature (30,-375,2500,-9375,18750,-15625).
FORMULA
G.f.: 5*x*(1 + 130*x + 1650*x^2 + 3250*x^3 + 625*x^4)/(1-5*x)^6. - Colin Barker, Apr 30 2013
E.g.f.: 5*x*(1 + 75*x + 625*x^2 + 1250*x^3 + 625*x^4)*exp(5*x). - G. C. Greubel, May 18 2022
MATHEMATICA
With[{m = 5}, Table[n^m*m^n, {n, 0, 30}]] (* G. C. Greubel, May 18 2022 *)
PROG
(Magma) [5^n*n^5: n in [0..20]]
(PARI) a(n)=5^n*n^5 \\ Charles R Greathouse IV, Jul 06 2017
(SageMath) m=5; [n^m*m^n for n in (0..30)] # G. C. Greubel, May 18 2022
CROSSREFS
KEYWORD
nonn,easy
AUTHOR
Vincenzo Librandi, Oct 27 2011
STATUS
approved