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!)
A330538 Expansion of e.g.f. Product_{k>=1} 1 / (1 - arctanh(x^k)). 1
1, 1, 4, 20, 136, 1024, 10208, 103872, 1287424, 17001984, 252383232, 3971122176, 69973813248, 1281307791360, 25646098022400, 540521184067584, 12170993370955776, 286967313311858688, 7206454521728335872, 188326525698968518656 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
LINKS
FORMULA
E.g.f.: exp(Sum_{k>=1} Sum_{d|k} arctanh(x^(k/d))^d / d).
MATHEMATICA
nmax = 19; CoefficientList[Series[Product[1/(1 - ArcTanh[x^k]), {k, 1, nmax}], {x, 0, nmax}], x] Range[0, nmax]!
nmax = 19; CoefficientList[Series[Exp[Sum[Sum[ArcTanh[x^(k/d)]^d/d, {d, Divisors[k]}], {k, 1, nmax}]], {x, 0, nmax}], x] Range[0, nmax]!
CROSSREFS
Sequence in context: A143463 A290444 A270665 * A141716 A129102 A129099
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 April 19 03:05 EDT 2024. Contains 371782 sequences. (Running on oeis4.)