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

A024300
Expansion of tan(sin(x))*sin(x)/2.
0
0, 1, 0, -16, -320, 512, 330752, 12652544, -474349568, -108303286272, -5003002773504, 1006927880388608, 231200342870589440, 5316662410642194432, -8274789542105574277120, -1938943461906570522132480
OFFSET
0,4
MATHEMATICA
With[{nn=40}, Take[CoefficientList[Series[(Tan[Sin[x]]Sin[x])/2, {x, 0, nn}], x]Range[0, nn]!, {1, -1, 2}]] (* Harvey P. Dale, Apr 10 2012 *)
CROSSREFS
Cf. A009665.
Sequence in context: A356571 A231742 A027547 * A165119 A165128 A165121
KEYWORD
sign
AUTHOR
EXTENSIONS
Extended with signs Mar 1997
STATUS
approved