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

A009829
Expansion of e.g.f.: tanh(x)*exp(sinh(x)).
0
0, 1, 2, 1, 0, 21, 88, -27, -704, 6121, 50464, -153559, -2089216, 13064637, 173223040, -996722035, -16120801280, 114653539281, 2032098365952, -15657589156655, -311227464130560, 2678537704263781, 58380271774087168
OFFSET
0,3
MATHEMATICA
With[{nn=30}, CoefficientList[Series[Tanh[x]*Exp[Sinh[x]], {x, 0, nn}], x] Range[ 0, nn]!] (* Harvey P. Dale, Dec 28 2021 *)
CROSSREFS
Sequence in context: A024026 A355006 A269946 * A202697 A369117 A268436
KEYWORD
sign,easy
AUTHOR
EXTENSIONS
Extended with signs by Olivier Gérard, Mar 15 1997
Previous Mathematica program replaced and definition clarified by Harvey P. Dale, Dec 28 2021
STATUS
approved