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

A009774
Expansion of e.g.f.: tanh(log(1+tanh(x))).
0
0, 1, -1, -2, 14, -14, -286, 1828, 3464, -130664, 619304, 7421008, -128214736, 153779536, 18052524944, -209102239712, -1370716606336, 63200892286336, -414519986847616, -12766540334296832, 303340786629265664
OFFSET
0,4
MATHEMATICA
With[{nn=30}, CoefficientList[Series[Tanh[Log[1+Tanh[x]]], {x, 0, nn}], x]Range[0, nn]!] (* Harvey P. Dale, Aug 17 2012 *)
CROSSREFS
Sequence in context: A307269 A072163 A084674 * A276553 A032933 A194230
KEYWORD
sign,easy
AUTHOR
EXTENSIONS
Extended with signs by Olivier Gérard, Mar 15 1997
Definition clarified by Harvey P. Dale, Aug 17 2012
STATUS
approved