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!)
A336438 a(n) = (n!)^n * [x^n] -log(1 - Sum_{k>=1} x^k / k^n). 3
0, 1, 3, 107, 109720, 5916402624, 25690641168448256, 12501662072725447325457536, 901886074956174349048867091963183104, 12343856662712388173832816538241443833756015132672, 39989244654801819205752864236178211163455535276138236680981184512 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
LINKS
MATHEMATICA
Table[(n!)^n SeriesCoefficient[-Log[1 - Sum[x^k/k^n, {k, 1, n}]], {x, 0, n}], {n, 0, 10}]
b[n_, k_] := If[n == 0, 0, ((n - 1)!)^k + (1/n) Sum[(Binomial[n, j] (n - j - 1)!)^k j b[j, k], {j, 1, n - 1}]]; a[n_] := b[n, n]; Table[a[n], {n, 0, 10}]
CROSSREFS
Sequence in context: A362056 A061308 A302060 * A112879 A172271 A368623
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 April 16 10:08 EDT 2024. Contains 371698 sequences. (Running on oeis4.)