OFFSET
0,2
COMMENTS
Row 5 of square array A152818.
LINKS
G. C. Greubel, Table of n, a(n) for n = 0..250
Clark Kimberling, Polynomials associated with reciprocation, JIS 12 (2009) 09.3.4 section 6.
FORMULA
E.g.f.: (1 + 181*x + 3046*x^2 + 11606*x^3 + 12281*x^4 + 3125*x^5)/(1-x)^11. - R. J. Mathar, Dec 21 2011
MATHEMATICA
Table[(n + 1)^5*(5 + n)!/120, {n, 0, 25}] (* G. C. Greubel, Sep 10 2016 *)
PROG
(Magma) [(n+1)^5*Factorial(5+n)/120: n in [0..20]]; // Vincenzo Librandi, Sep 11 2016
(PARI) for(n=0, 25, print1((n+1)^5*(5+n)!/120, ", ")) \\ G. C. Greubel, Nov 24 2017
CROSSREFS
KEYWORD
nonn
AUTHOR
Omar E. Pol, Jan 06 2009
EXTENSIONS
More terms from R. J. Mathar, Jan 17 2009
STATUS
approved