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!)
A354845 a(n) = n! * Sum_{d|n} (n/d)^(d-1) / d!. 6
1, 3, 7, 49, 121, 2281, 5041, 134401, 907201, 13184641, 39916801, 3753509761, 6227020801, 393409336321, 7638997766401, 160474477363201, 355687428096001, 75792615407308801, 121645100408832001, 32459310892353945601, 475723576423839744001, 7306033564948620902401 (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/#)^(#-1)/#! &]; Array[a, 20] (* Amiram Eldar, Jun 08 2022 *)
PROG
(PARI) a(n) = n!*sumdiv(n, d, (n/d)^(d-1)/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: A019039 A077559 A330020 * A327578 A358593 A062959
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 April 16 08:27 EDT 2024. Contains 371698 sequences. (Running on oeis4.)