OFFSET
0,2
LINKS
Todd Silvestri, Table of n, a(n) for n = 0..713
FORMULA
G.f.: (1-25*x)^(-9/5).
a(n) = 5^n/n! * product[ k=0..n-1 ] (5*k+9).
a(n) ~ 5/4*Gamma(4/5)^-1*n^(4/5)*5^(2*n)*{1 + 18/25*n^-1 - ...}. - Joe Keane (jgk(AT)jgk.org), Nov 24 2001
a(n) = (25^n*(9/5)_n)/n!, where the rising factorial (c)_n = Gamma(c+n)/Gamma(c). - Todd Silvestri, Dec 17 2014. See the a(n) formula above.
EXAMPLE
(1-25*x)^(-9/5) = 1 + 9/5*(5^2*x) + 63/25*(5^2*x)^2 + 399/125*(5^2*x)^3 + ... = 1 + 5*9*x + 63*5^2* x^2 + 399*5^3*x^3 + ... = 1 + 45*x + 1575*x^2 + 49875*x^3 + ...
MATHEMATICA
a[n_Integer/; n>=0]:=25^n Pochhammer[9/5, n]/n! (* Todd Silvestri, Dec 17 2014 *)
CROSSREFS
KEYWORD
nonn,easy
AUTHOR
Joe Keane (jgk(AT)jgk.org)
EXTENSIONS
Edited: name and example corrected according to G.f. - Wolfdieter Lang, Jan 05 2015
STATUS
approved