OFFSET
0,2
LINKS
Michael Z. Spivey and Laura L. Steil, The k-Binomial Transforms and the Hankel Transform, Journal of Integer Sequences, Vol. 9 (2006), Article 06.1.1.
FORMULA
a(n) = 5n*a(n-1)+5^n, n>0, a(0)=1; a(n) = 5^n*A000522(n).
D-finite with recurrence a(n) +5*(-n-1)*a(n-1) +25*(n-1)*a(n-2)=0. - R. J. Mathar, Feb 19 2015
MATHEMATICA
With[{nn=20}, CoefficientList[Series[Exp[5x]/(1-5x), {x, 0, nn}], x] Range[0, nn]!] (* Harvey P. Dale, May 24 2013 *)
CROSSREFS
KEYWORD
easy,nonn
AUTHOR
Paul Barry, Aug 26 2004
STATUS
approved