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

A024234
Expansion of sin(tan(x)*sin(x))/2.
0
0, 1, 2, -29, -988, -62939, -4717978, -418216889, -44866810168, -5568619124279, -761113513112758, -103460768181476309, -9224922283633430548, 2672684609947750327021, 2823780970401362133222062
OFFSET
0,3
MATHEMATICA
With[{nn=30}, Take[CoefficientList[Series[(Sin[Tan[x]Sin[x]])/2, {x, 0, nn}], x] Range[0, nn]!, {1, -1, 2}]] (* Harvey P. Dale, Jan 11 2017 *)
CROSSREFS
Cf. A009513.
Sequence in context: A245252 A090251 A087281 * A367551 A077282 A059725
KEYWORD
sign
AUTHOR
EXTENSIONS
Extended with signs Mar 1997
Prior Mathematica program replaced by Harvey P. Dale, Jan 11 2017
STATUS
approved