OFFSET
0,2
FORMULA
G.f.: (1-25*x)^(4/5).
a(n) = 5^n/n! * product[ k=0..n-1 ] (5*k-4).
a(n) ~ -4/5*Gamma(1/5)^-1*n^(-9/5)*5^(2*n)*{1 + 18/25*n^-1 + ...}. - Joe Keane (jgk(AT)jgk.org), Nov 24 2001
EXAMPLE
(1-x)^(4/5) = 1 - 4/5*x - 2/25*x^2 - 4/125*x^3 - ...
MATHEMATICA
CoefficientList[Series[(1-25x)^(4/5), {x, 0, 20}], x] (* Harvey P. Dale, Dec 14 2017 *)
CROSSREFS
KEYWORD
sign,easy
AUTHOR
Joe Keane (jgk(AT)jgk.org)
EXTENSIONS
Definition adjusted by Harvey P. Dale, Dec 14 2017.
STATUS
approved