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!)
A356689 a(n) = n! * Sum_{k=0..n} k^(k*n)/k!. 2
1, 2, 20, 19887, 4297096180, 298028721722131825, 10314430386434427534836297166, 256923580889667624113335512704714686054849, 6277101737079381675512518990977258744796239498871290255000 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
LINKS
FORMULA
E.g.f.: Sum_{k>=0} (k^k * x)^k / (k! * (1 - k^k * x)).
PROG
(PARI) a(n) = n!*sum(k=0, n, k^(k*n)/k!);
(PARI) my(N=10, x='x+O('x^N)); Vec(serlaplace(sum(k=0, N, (k^k*x)^k/(k!*(1-k^k*x)))))
CROSSREFS
Sequence in context: A055746 A258878 A060600 * A346564 A249646 A143247
KEYWORD
nonn
AUTHOR
Seiichi Manyama, Aug 23 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 August 9 20:04 EDT 2024. Contains 375044 sequences. (Running on oeis4.)