The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A295182 a(n) = n! * [x^n] exp(-n*x)/(1 - x)^n. 3
1, 0, 2, 6, 72, 620, 8640, 122346, 2156672, 41367672, 905126400, 21646532270, 570077595648, 16268377195044, 502096929431552, 16629319748711250, 588938142209310720, 22196966267762213744, 887352465220427317248, 37496112562144553167062, 1670071417348195942400000, 78195398849926292810318940 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
COMMENTS
The n-th term of the n-fold exponential convolution of A000166 with themselves.
LINKS
N. J. A. Sloane, Transforms
FORMULA
a(n) = A295181(n,n).
a(n) ~ phi^(3*n - 1/2) * n^n / (5^(1/4) * exp(n*(1 + 1/phi))), where phi = A001622 = (1+sqrt(5))/2 is the golden ratio. - Vaclav Kotesovec, Nov 16 2017
MAPLE
S:= series((exp(-x)/(1-x))^n, x, 30):
seq(n!*coeff(S, x, n), n=0..29); # Robert Israel, Nov 16 2017
MATHEMATICA
Table[n! SeriesCoefficient[Exp[-n x]/(1 - x)^n, {x, 0, n}], {n, 0, 21}]
CROSSREFS
Main diagonal of A295181.
Sequence in context: A329965 A171582 A152885 * A052613 A156493 A339299
KEYWORD
nonn
AUTHOR
Ilya Gutkovskiy, Nov 16 2017
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified May 15 02:58 EDT 2024. Contains 372536 sequences. (Running on oeis4.)