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!)
A358593 a(n) = n! * Sum_{d|n} d^(n-d) / d!^(n/d). 1
1, 3, 7, 49, 121, 2701, 5041, 219521, 1587601, 33446701, 39916801, 17731796545, 6227020801, 2879710009177, 98069239768501, 2418218838097921, 355687428096001, 2832293713653708877, 121645100408832001, 2295597943489176040001, 71029619657111138063041 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
FORMULA
E.g.f.: Sum_{k>0} x^k / (k! - (k * x)^k).
If p is prime, a(p) = 1 + p! = A038507(p).
MATHEMATICA
a[n_] := n! * DivisorSum[n, #^(n-#) / #!^(n/#) &]; Array[a, 20] (* Amiram Eldar, Jul 31 2023 *)
PROG
(PARI) a(n) = n!*sumdiv(n, d, d^(n-d)/d!^(n/d));
(PARI) my(N=30, x='x+O('x^N)); Vec(serlaplace(sum(k=1, N, x^k/(k!-(k*x)^k))))
CROSSREFS
Sequence in context: A330020 A354845 A327578 * A062959 A275830 A190444
KEYWORD
nonn
AUTHOR
Seiichi Manyama, Feb 23 2023
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 24 16:25 EDT 2024. Contains 375417 sequences. (Running on oeis4.)