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

A009616
Expansion of e.g.f.: sinh(tanh(x)*exp(x)).
0
0, 1, 2, 2, 8, 72, 272, 128, 1024, 51264, 275072, -1287680, -7871488, 206883328, 1471104000, -19670491136, -159374082048, 3293417492480, 29559475576832, -595302140223488, -5903345189421056, 137666774002696192
OFFSET
0,3
MATHEMATICA
With[{nn=30}, CoefficientList[Series[Sinh[Tanh[x]*Exp[x]], {x, 0, nn}], x] Range[0, nn]!] (* Harvey P. Dale, Feb 11 2018 *)
CROSSREFS
Sequence in context: A354118 A224766 A003181 * A005615 A048617 A000615
KEYWORD
sign,easy
AUTHOR
EXTENSIONS
Extended with signs by Olivier Gérard, Mar 15 1997
Definition clarified and previous Mathematica program replaced by Harvey P. Dale, Feb 11 2018
STATUS
approved