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!)
A330505 Expansion of e.g.f. Sum_{k>=1} arctanh(x^k). 4
1, 2, 8, 24, 144, 960, 5760, 40320, 524160, 4354560, 43545600, 638668800, 6706022400, 99632332800, 2092278988800, 20922789888000, 376610217984000, 9247873130496000, 128047474114560000, 2919482409811968000, 77852864261652480000 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
FORMULA
E.g.f.: -log(theta_4(x)) / 2.
E.g.f.: (1/2) * Sum_{k>=1} log((1 + x^k) / (1 - x^k)).
E.g.f.: log(Product_{k>=1} ((1 + x^k) / (1 - x^k))^(1/2)).
E.g.f.: Sum_{k>=1} x^(2*k - 1) / ((2*k - 1) * (1 - x^(2*k - 1))).
exp(2 * Sum_{n>=1} a(n) * x^n / n!) = g.f. of A015128.
a(n) = (n - 1)! * Sum_{d|n, n/d odd} d.
MATHEMATICA
nmax = 21; CoefficientList[Series[Sum[ArcTanh[x^k], {k, 1, nmax}], {x, 0, nmax}], x] Range[0, nmax]! // Rest
nmax = 21; CoefficientList[Series[-Log[EllipticTheta[4, 0, x]]/2, {x, 0, nmax}], x] Range[0, nmax]! // Rest
Table[(n - 1)! DivisorSum[n, # &, OddQ[n/#] &], {n, 1, 21}]
CROSSREFS
Sequence in context: A242456 A353779 A088994 * A214849 A141598 A071599
KEYWORD
nonn
AUTHOR
Ilya Gutkovskiy, Dec 16 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 August 5 15:04 EDT 2024. Contains 374950 sequences. (Running on oeis4.)