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!)
A354897 a(n) = n! * Sum_{d|n} d^n / (d! * (n/d)!). 2
1, 5, 28, 353, 3126, 94237, 823544, 72042497, 585825130, 157671732881, 285311670612, 790577855833537, 302875106592254, 5876819345289651137, 55890419425648520176, 73205730667453550166017, 827240261886336764178, 1474631675630757976051079425 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
FORMULA
E.g.f.: Sum_{k>0} (exp((k * x)^k) - 1)/k!.
If p is prime, a(p) = 1 + p^p.
MATHEMATICA
a[n_] := n! * DivisorSum[n, #^n/(#! * (n/#)!) &]; Array[a, 18] (* Amiram Eldar, Jun 11 2022 *)
PROG
(PARI) a(n) = n!*sumdiv(n, d, d^n/(d!*(n/d)!));
(PARI) my(N=20, x='x+O('x^N)); Vec(serlaplace(sum(k=1, N, (exp((k*x)^k)-1)/k!)))
CROSSREFS
Sequence in context: A338661 A174464 A372163 * A345632 A024068 A308593
KEYWORD
nonn
AUTHOR
Seiichi Manyama, Jun 11 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 1 14:30 EDT 2024. Contains 373025 sequences. (Running on oeis4.)