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

A024239
Expansion of tanh(tan(x)*sin(x))/2.
1
0, 1, 2, -89, -2668, 60541, 12497462, 330911491, -136964474008, -21093217440839, 2139299892644522, 1436807195496088351, 96866149734285315452, -134387439014403900337739, -47862471480153106563898018
OFFSET
0,3
LINKS
MATHEMATICA
With[{nn=30}, Take[CoefficientList[Series[Tanh[Tan[x]*Sin[x]]/2, {x, 0, nn}], x] Range[0, nn]!, {1, -1, 2}]] (* Harvey P. Dale, Jun 05 2013 *)
CROSSREFS
Cf. A009815.
Sequence in context: A041967 A226768 A246871 * A338734 A290121 A309994
KEYWORD
sign
AUTHOR
EXTENSIONS
Extended with signs by Olivier Gérard, Mar 15 1997
Previous Mathematica program replaced by Harvey P. Dale, Jun 05 2013
STATUS
approved