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

A024238
Expansion of sinh(sin(x)*x)/2.
0
0, 1, -2, 63, -1684, 47885, -2204406, 132744619, -9077359208, 742552576857, -73321393543210, 8347807403373911, -1073637784611054972, 156252386332716624613, -25582992239831815086494
OFFSET
0,3
MATHEMATICA
With[{nn=30}, Take[CoefficientList[Series[Sinh[Sin[x]x]/2, {x, 0, nn}], x] Range[0, nn]!, {1, -1, 2}]] (* Harvey P. Dale, Jan 15 2024 *)
CROSSREFS
Cf. A009595.
Sequence in context: A262005 A296278 A239744 * A234279 A109667 A330059
KEYWORD
sign
AUTHOR
EXTENSIONS
Extended with signs Mar 1997
Previous Mathematica program replaced by Harvey P. Dale, Jan 15 2024
STATUS
approved