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!)
A338814 Expansion of e.g.f. log(Product_{k>0} (1 + x^k)^(1/k)). 4
1, 0, 4, -6, 48, 0, 1440, -10080, 120960, 0, 7257600, -79833600, 958003200, 0, 348713164800, -3923023104000, 41845579776000, 0, 12804747411456000, -243290200817664000, 9731608032706560000, 0, 2248001455555215360000, -103408066955539906560000 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,3
LINKS
FORMULA
a(n) = (n-1)! * A048272(n).
MATHEMATICA
a[n_] := (n - 1)! * DivisorSum[n, (-1)^(# + 1) &]; Array[a, 25] (* Amiram Eldar, Apr 28 2021 *)
PROG
(PARI) N=40; x='x+O('x^N); Vec(serlaplace(log(prod(k=1, N, (1+x^k)^(1/k)))))
(PARI) {a(n) = if(n<1, 0, (n-1)!*sumdiv(n, d, (-1)^(d+1)))}
CROSSREFS
Column 1 of A338813.
Sequence in context: A174653 A274215 A119944 * A134592 A306705 A165658
KEYWORD
sign
AUTHOR
Seiichi Manyama, Nov 10 2020
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 March 29 00:26 EDT 2024. Contains 371264 sequences. (Running on oeis4.)