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!)
A354888 a(n) = n! * Sum_{d|n} d^d / d!. 6
1, 6, 33, 328, 3245, 52056, 828583, 17328256, 389416329, 10105386400, 285351587411, 8955841614336, 302881333613053, 11126513414294656, 437935136609883375, 18455736024587862016, 827240617573764860177, 39353706314004951028224 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
FORMULA
E.g.f.: Sum_{k>0} (k * x)^k/(k! * (1 - x^k)).
If p is prime, a(p) = p^p + p! = A053042(p).
MATHEMATICA
a[n_] := n! * DivisorSum[n, #^#/#! &]; Array[a, 18] (* Amiram Eldar, Jun 10 2022 *)
PROG
(PARI) a(n) = n!*sumdiv(n, d, d^d/d!);
(PARI) my(N=20, x='x+O('x^N)); Vec(serlaplace(sum(k=1, N, (k*x)^k/(k!*(1-x^k)))))
CROSSREFS
Sequence in context: A118094 A343567 A306182 * A358595 A121376 A354890
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 April 25 06:14 EDT 2024. Contains 371964 sequences. (Running on oeis4.)