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

%I #6 Aug 06 2020 06:01:30

%S 1,1,1,10,4359,91406876,111657668637280,11436881770074767723291,

%T 137560155520600195617494951186559,

%U 260122627893213770028102613184254361777327032,99781796293430843492956500115058179262448159117567276656136

%N a(n) = (n!)^n * [x^n] exp(-Sum_{k>=1} (-x)^k / (k!)^n).

%t Table[(n!)^n SeriesCoefficient[Exp[-Sum[(-x)^k/(k!)^n, {k, 1, n}]], {x, 0, n}], {n, 0, 10}]

%t 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}]

%Y Cf. A000587, A275044, A336209, A336210, A336439.

%K nonn

%O 0,4

%A _Ilya Gutkovskiy_, Aug 05 2020

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 3 21:01 EDT 2024. Contains 372225 sequences. (Running on oeis4.)