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”).

A009772
Expansion of tanh(log(1+sinh(x))).
0
0, 1, -1, 1, 2, -29, 194, -1049, 4472, -6299, -171736, 2993101, -34111408, 302131831, -1763868016, -4643279549, 370023946112, -7698953963639, 115221639807104, -1282442213912999, 6786946897932032, 150369505621009291
OFFSET
0,5
MATHEMATICA
With[{nn=30}, CoefficientList[Series[Tanh[Log[1+Sinh[x]]], {x, 0, nn}], x] Range[0, nn]!] (* Harvey P. Dale, May 29 2013 *)
CROSSREFS
Sequence in context: A132412 A369384 A342454 * A179024 A179025 A377627
KEYWORD
sign,easy
AUTHOR
EXTENSIONS
Extended with signs by Olivier Gérard, Mar 15 1997
STATUS
approved