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!)
A354848 a(n) = (n-1)! * Sum_{d|n} d^(n/d + 1). 3
1, 5, 20, 150, 624, 9600, 36000, 811440, 6572160, 105235200, 442713600, 39437798400, 81430272000, 4956708556800, 137741700096000, 3014189418240000, 6067609067520000, 1977977787641856000, 2317659281473536000, 1297953221362237440000 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
FORMULA
a(n) = (n-1)! * A078308(n).
E.g.f.: -Sum_{k>0} log(1 - k * x^k).
If p is prime, a(p) = (p-1)! + p * p!.
MATHEMATICA
a[n_] := (n - 1)! * DivisorSum[n, #^(n/# + 1) &]; Array[a, 20] (* Amiram Eldar, Jun 08 2022 *)
PROG
(PARI) a(n) = (n-1)!*sumdiv(n, d, d^(n/d+1));
(PARI) my(N=30, x='x+O('x^N)); Vec(serlaplace(-sum(k=1, N, log(1-k*x^k))))
CROSSREFS
Sequence in context: A009569 A061964 A133667 * A318433 A205338 A197857
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 24 19:06 EDT 2024. Contains 371962 sequences. (Running on oeis4.)