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

A024270
Expansion of sin(x)*sin(sin(x))/2.
0
0, 1, -6, 59, -908, 18677, -487186, 15884591, -629675288, 29536549353, -1613063972382, 101389361542691, -7251646333534372, 584069408536408797, -52535046765694820650, 5240820278389450723095, -576261065508176155275824
OFFSET
0,3
MATHEMATICA
With[{nn=40}, Take[CoefficientList[Series[Sin[x]*Sin[Sin[x]]/2, {x, 0, nn}], x] Range[0, nn]!, {1, -1, 2}]] (* Harvey P. Dale, Jun 10 2022 *)
CROSSREFS
Cf. A009546.
Sequence in context: A075136 A024382 A053987 * A024271 A271964 A237576
KEYWORD
sign
AUTHOR
EXTENSIONS
Extended with signs Mar 1997
Previous Mathematica program replaced by Harvey P. Dale, Jun 10 2022
STATUS
approved