Svoboda | Graniru | BBC Russia | Golosameriki | Facebook
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!)
A354843 a(n) = n! * Sum_{d|n} (n/d)^d / d!. 11
1, 5, 19, 145, 601, 8521, 35281, 672001, 4898881, 82615681, 439084801, 21138606721, 80951270401, 3358578263041, 49506372115201, 1227603183206401, 6046686277632001, 611515751899852801, 2311256907767808001, 254421414038266675201, 4015778465971464192001 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
FORMULA
E.g.f.: Sum_{k>0} (exp(k * x^k) - 1).
If p is prime, a(p) = 1 + p * p!.
MATHEMATICA
a[n_] := n! * DivisorSum[n, (n/#)^#/#! &]; Array[a, 20] (* Amiram Eldar, Jun 08 2022 *)
PROG
(PARI) a(n) = n!*sumdiv(n, d, (n/d)^d/d!);
(PARI) my(N=30, x='x+O('x^N)); Vec(serlaplace(sum(k=1, N, exp(k*x^k)-1)))
CROSSREFS
Sequence in context: A366340 A297389 A228479 * A187018 A193287 A027269
KEYWORD
nonn
AUTHOR
Seiichi Manyama, Jun 08 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 August 2 11:20 EDT 2024. Contains 374838 sequences. (Running on oeis4.)