login

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

A009399
Expansion of log(1+tanh(x)*x).
5
0, 2, -20, 576, -33312, 3258880, -485139456, 102300807168, -29028932390912, 10668077137133568, -4929291212351078400, 2797060130323340197888, -1912137417504544127975424, 1550018044651811766917922816
OFFSET
0,2
FORMULA
a(n) ~ -(-1)^n * sqrt(Pi) * 2^(2*n + 1) * n^(2*n - 1/2) / (r^(2*n) * exp(2*n)), where r = A069855 = 0.8603335890193797624838934241376623334118843632... is the root of the equation r * tan(r) = 1. - Vaclav Kotesovec, Dec 21 2017
MATHEMATICA
With[{nn=30}, Take[CoefficientList[Series[Log[1+Tanh[x]*x], {x, 0, nn}], x] Range[0, nn]!, {1, -1, 2}]] (* Harvey P. Dale, Jun 13 2016 *)
CROSSREFS
KEYWORD
sign
AUTHOR
EXTENSIONS
Extended with signs by Olivier Gérard, Mar 15 1997
Prior Mathematica program replaced by Harvey P. Dale, Jun 13 2016
STATUS
approved