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!)
A354844 a(n) = n! * Sum_{d|n} (n/d)^d / (d! * (n/d)!). 2
1, 3, 4, 29, 6, 1027, 8, 26889, 272170, 861851, 12, 515592013, 14, 1530809295, 668366899216, 9382044672017, 18, 1405750464518419, 20, 1393382139935385621, 4274473667143680022, 30537988748467223, 24, 211745638285336995840025 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
FORMULA
E.g.f.: Sum_{k>0} (exp(k * x^k) - 1)/k!.
If p is prime, a(p) = 1 + p.
MATHEMATICA
a[n_] := n! * DivisorSum[n, (n/#)^#/(#! * (n/#)!) &]; Array[a, 25] (* Amiram Eldar, Jun 08 2022 *)
PROG
(PARI) a(n) = n!*sumdiv(n, d, (n/d)^d/(d!*(n/d)!));
(PARI) my(N=30, x='x+O('x^N)); Vec(serlaplace(sum(k=1, N, (exp(k*x^k)-1)/k!)))
CROSSREFS
Sequence in context: A005326 A298561 A226049 * A100600 A345022 A288868
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 July 16 08:10 EDT 2024. Contains 374345 sequences. (Running on oeis4.)