login

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

A094869
E.g.f.: exp(5x)/(1-5x)^(1/5).
4
1, 6, 41, 356, 4401, 78826, 1893481, 56341416, 1978638881, 79749105326, 3622010623401, 182895318578956, 10160561511881041, 615728464210461906, 40414538467581457001, 2855999961062529064976, 216180544920721807887681
OFFSET
0,2
COMMENTS
Sum_{k = 0..n} A046716(n,k)*x^k give A000522(n), A081367(n), A094822(n), A094856(n) for x = 1, 2, 3, 4 respectively.
FORMULA
a(n) = Sum_{k = 0..n} A046716(n, k)*5^k.
Conjectured to be D-finite with recurrence: a(n) +(-5*n-1)*a(n-1) +25*(n-1)*a(n-2)=0. - R. J. Mathar, Nov 15 2019
a(n) ~ sqrt(2*Pi) * 5^n * n^(n - 3/10) / (Gamma(1/5) * exp(n-1)). - Vaclav Kotesovec, Nov 19 2021
MATHEMATICA
With[{nn=20}, CoefficientList[Series[Exp[5x]/(1-5x)^(1/5), {x, 0, nn}], x] Range[0, nn]!] (* Harvey P. Dale, May 19 2014 *)
CROSSREFS
Sequence in context: A009122 A184140 A317410 * A178824 A006198 A167588
KEYWORD
nonn
AUTHOR
Philippe Deléham, Jun 16 2004
STATUS
approved