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

A009822
Expansion of tanh(tanh(x)*exp(x)).
1
0, 1, 2, -1, -28, -123, 182, 7667, 54280, -145239, -7508758, -69740537, 300239084, 17444352109, 197525621022, -1252976775365, -79313336380656, -1042490265261103, 9235164337672658, 623118827676161167
OFFSET
0,3
LINKS
MATHEMATICA
Tanh[ Tanh[ x ]*Exp[ x ] ]
With[{nn = 50}, CoefficientList[Series[Tanh[Tanh[x]Exp[x]], {x, 0, nn}], x] Range[0, nn]!] (* Vincenzo Librandi, Apr 11 2014 *)
CROSSREFS
Sequence in context: A012415 A012660 A015155 * A246909 A249269 A245621
KEYWORD
sign
STATUS
approved