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!)
A351135 a(n) = Sum_{k=0..n} k! * k^(k*n) * Stirling1(n,k). 5
1, 1, 31, 117716, 103060088854, 35762522985456876854, 7426384178533125493811949517898, 1294894823429942179301223205449027573956692920, 253092741940931724343266089700550691376738432767085871485096840 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
LINKS
FORMULA
E.g.f.: Sum_{k>=0} log(1 + k^k*x)^k.
a(n) ~ n! * n^(n^2). - Vaclav Kotesovec, Feb 03 2022
MATHEMATICA
a[0] = 1; a[n_] := Sum[k! * k^(k*n) * StirlingS1[n, k], {k, 1, n}]; Array[a, 9, 0] (* Amiram Eldar, Feb 02 2022 *)
PROG
(PARI) a(n) = sum(k=0, n, k!*k^(k*n)*stirling(n, k, 1));
(PARI) my(N=10, x='x+O('x^N)); Vec(serlaplace(sum(k=0, N, log(1+k^k*x)^k)))
CROSSREFS
Sequence in context: A218142 A117579 A249584 * A107122 A059113 A057839
KEYWORD
nonn
AUTHOR
Seiichi Manyama, Feb 02 2022
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 June 2 00:37 EDT 2024. Contains 373032 sequences. (Running on oeis4.)