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!)
A354900 a(n) = n! * Sum_{d|n} d^d / (n/d)!. 1
1, 9, 163, 6193, 375001, 33602521, 4150656721, 676462516801, 140587148681281, 36288005670120961, 11388728893445164801, 4270826391670469473921, 1886009588552176549862401, 968725766890781857146309121, 572622616354852243874626732801 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
FORMULA
E.g.f.: Sum_{k>0} k^k * (exp(x^k) - 1).
If p is prime, a(p) = 1 + p^p * p!.
MATHEMATICA
a[n_] := n! * DivisorSum[n, #^#/(n/#)! &]; Array[a, 15] (* Amiram Eldar, Jun 11 2022 *)
PROG
(PARI) a(n) = n!*sumdiv(n, d, d^d/(n/d)!);
(PARI) my(N=20, x='x+O('x^N)); Vec(serlaplace(sum(k=1, N, k^k*(exp(x^k)-1))))
CROSSREFS
Sequence in context: A041147 A041144 A212334 * A354892 A086759 A053130
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 May 17 18:28 EDT 2024. Contains 372603 sequences. (Running on oeis4.)