The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
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!)
A330544 Expansion of e.g.f. Product_{k>=1} (1 + arctanh(x^k)). 1
1, 1, 2, 14, 48, 424, 3360, 30288, 276864, 3591936, 46241280, 599212800, 9205954560, 142744412160, 2554915184640, 47649718609920, 907617573273600, 18296536869273600, 413470794456760320, 9130651338347642880, 221996730181563187200 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
LINKS
FORMULA
E.g.f.: exp(Sum_{k>=1} Sum_{d|k} (-1)^(d + 1) * arctanh(x^(k/d))^d / d).
MATHEMATICA
nmax = 20; CoefficientList[Series[Product[(1 + ArcTanh[x^k]), {k, 1, nmax}], {x, 0, nmax}], x] Range[0, nmax]!
nmax = 20; CoefficientList[Series[Exp[Sum[Sum[(-1)^(d + 1) ArcTanh[x^(k/d)]^d/d, {d, Divisors[k]}], {k, 1, nmax}]], {x, 0, nmax}], x] Range[0, nmax]!
CROSSREFS
Sequence in context: A188571 A083102 A270666 * A056080 A241232 A163796
KEYWORD
nonn
AUTHOR
Ilya Gutkovskiy, Dec 17 2019
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 June 11 22:18 EDT 2024. Contains 373317 sequences. (Running on oeis4.)