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

A009271
Expansion of exp(tanh(x)*sinh(x)).
1
1, 2, 8, 62, 968, 9962, 557108, -202018, 851334128, 16341130322, -6757456189972, 2480221403307782, -678177401929552792, 194099813539570880762, -58073452241962644117532, 18437894946039087568249262
OFFSET
0,2
MATHEMATICA
With[{nn=30}, Take[CoefficientList[Series[Exp[Tanh[x]Sinh[x]], {x, 0, nn}], x] Range[0, nn]!, {1, -1, 2}]] (* Harvey P. Dale, Mar 16 2013 *)
CROSSREFS
Sequence in context: A202751 A227160 A191604 * A153539 A153567 A153530
KEYWORD
sign
AUTHOR
EXTENSIONS
Extended with signs by Olivier Gérard, Mar 15 1997
STATUS
approved