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!)
A358595 a(n) = n! * Sum_{d|n} d^n / d!^(n/d). 0
1, 6, 33, 376, 3245, 67716, 828583, 22050176, 420850809, 12580687900, 285351587411, 11736333558720, 302881333613053, 13450914411140584, 463402585399165875, 22345557703564558336, 827240617573764860177, 48442529220731147887020 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
FORMULA
E.g.f.: Sum_{k>0} (k * x)^k/(k! - (k * x)^k).
If p is prime, a(p) = p^p + 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!^(n/d));
(PARI) my(N=20, x='x+O('x^N)); Vec(serlaplace(sum(k=1, N, (k*x)^k/(k!-(k*x)^k))))
CROSSREFS
Sequence in context: A343567 A306182 A354888 * A121376 A354890 A046707
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 July 9 23:33 EDT 2024. Contains 374191 sequences. (Running on oeis4.)