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

A009222
Expansion of e.g.f.: exp(sinh(tanh(x))).
0
1, 1, 1, 0, -3, -12, -27, 248, 2425, -3504, -143031, -115904, 8956533, 17130688, -618394579, -265254272, 46232494321, -452604387072, -3608163168111, 186145181366272, 254307747662573, -61549828575435776, 15725973912655477
OFFSET
0,5
MATHEMATICA
With[{nn=30}, CoefficientList[Series[Exp[Sinh[Tanh[x]]], {x, 0, nn}], x] Range[0, nn]!] (* Harvey P. Dale, May 03 2024 *)
CROSSREFS
Sequence in context: A183503 A216713 A133647 * A260815 A083543 A083538
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, May 03 2024
STATUS
approved