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!)
A336831 a(n) = (n!)^n * [x^n] exp(-Sum_{k>=1} (-x)^k / (k!)^n). 0
1, 1, 1, 10, 4359, 91406876, 111657668637280, 11436881770074767723291, 137560155520600195617494951186559, 260122627893213770028102613184254361777327032, 99781796293430843492956500115058179262448159117567276656136 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,4
LINKS
MATHEMATICA
Table[(n!)^n SeriesCoefficient[Exp[-Sum[(-x)^k/(k!)^n, {k, 1, n}]], {x, 0, n}], {n, 0, 10}]
b[n_, k_] := b[n, k] = If[n == 0, 1, -Sum[(-1)^(n - j) Binomial[n, j]^k (n - j) b[j, k], {j, 0, n - 1}]/n]; a[n_] := b[n, n]; Table[a[n], {n, 0, 10}]
CROSSREFS
Sequence in context: A291332 A294747 A199354 * A276241 A233250 A273415
KEYWORD
nonn
AUTHOR
Ilya Gutkovskiy, Aug 05 2020
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 April 23 06:45 EDT 2024. Contains 371906 sequences. (Running on oeis4.)