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

A024237
Expansion of sin(sin(x)*x)/2.
0
0, 1, -2, -57, 1676, -17635, -1122006, 99327235, -4010916008, -75491622279, 33762742192790, -3763414135963009, 184034237755893348, 24103347121120917013, -8293034089278790553534
OFFSET
0,3
MATHEMATICA
With[{nn=30}, Take[CoefficientList[Series[Sin[Sin[x]*x]/2, {x, 0, nn}], x] Range[0, nn]!, {1, -1, 2}]] (* Harvey P. Dale, Nov 02 2015 *)
CROSSREFS
Cf. A009484.
Sequence in context: A229015 A324318 A058196 * A030263 A359242 A090743
KEYWORD
sign
AUTHOR
EXTENSIONS
Extended with signs Mar 1997
Prior Mathematica program replaced by Harvey P. Dale, Nov 02 2015
STATUS
approved