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!)
A336441 a(n) = (n!)^n * [x^n] exp(Sum_{k>=1} x^k / k^n). 0
1, 1, 3, 71, 30232, 435772624, 357189846148256, 25740403176657987904960, 234446578865185870182814945640448, 363178754511398964104990417951192651478859776, 122088173887703514886799765831338556792096849201928981184512 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
LINKS
MATHEMATICA
Table[(n!)^n SeriesCoefficient[Exp[Sum[x^k/k^n, {k, 1, n}]], {x, 0, n}], {n, 0, 10}]
b[n_, k_] := If[n == 0, 1, (1/n) Sum[(Binomial[n, j] (n - j - 1)!)^k (n - j) b[j, k], {j, 0, n - 1}]]; a[n_] := b[n, n]; Table[a[n], {n, 0, 10}]
CROSSREFS
Sequence in context: A226844 A300540 A334124 * A073589 A089537 A321530
KEYWORD
nonn
AUTHOR
Ilya Gutkovskiy, Jul 21 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 March 29 10:59 EDT 2024. Contains 371277 sequences. (Running on oeis4.)