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!)
A354889 a(n) = n! * Sum_{d|n} d^(d-1) / d!. 2
1, 4, 15, 112, 745, 10296, 122689, 2285312, 43953921, 1026157600, 25977341401, 751135431168, 23304312143281, 795924137531264, 29203006015310625, 1154107395053387776, 48661547563094964481, 2186762596692631699968, 104127471943011650364841 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
FORMULA
E.g.f.: Sum_{k>0} k^(k-1) * x^k/(k! * (1 - x^k)).
If p is prime, a(p) = p^(p-1) + p!.
MATHEMATICA
a[n_] := n! * DivisorSum[n, #^(# - 1)/#! &]; Array[a, 19] (* Amiram Eldar, Jun 10 2022 *)
PROG
(PARI) a(n) = n!*sumdiv(n, d, d^(d-1)/d!);
(PARI) my(N=20, x='x+O('x^N)); Vec(serlaplace(sum(k=1, N, k^(k-1)*x^k/(k!*(1-x^k)))))
CROSSREFS
Sequence in context: A350484 A303654 A027162 * A197703 A352608 A136506
KEYWORD
nonn
AUTHOR
Seiichi Manyama, Jun 10 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 6 02:22 EDT 2024. Contains 372290 sequences. (Running on oeis4.)