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

A024267
Expansion of sin(tan(x)*sinh(x))/2.
0
0, 1, 6, 11, -3444, -332459, -29987694, -2859070369, -273662362344, -19246624581719, 2275560110751006, 2059358886894880691, 971880309496843009956, 421133305062417496939261, 183502876193773880905851306
OFFSET
0,3
MATHEMATICA
With[{nn=30}, Take[CoefficientList[Series[Sin[Tan[x]*Sinh[x]]/2, {x, 0, nn}], x] Range[0, nn]!, {1, -1, 2}]] (* Harvey P. Dale, Jul 09 2017 *)
CROSSREFS
Cf. A009514.
Sequence in context: A083834 A136978 A145746 * A028584 A243017 A084342
KEYWORD
sign
AUTHOR
EXTENSIONS
Extended with signs Mar 1997
Previous Mathematica program replaced by Harvey P. Dale, Jul 09 2017
STATUS
approved