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

A009742
Expansion of tan(x)*sin(tan(x)).
1
0, 2, 12, 118, 536, -116246, -16364252, -2126232482, -306170653648, -50385573229614, -9466502482856388, -2005520046878244794, -469486134481963893176, -117587958866855549958726
OFFSET
0,2
MATHEMATICA
Tan[ x ]*Sin[ Tan[ x ] ] (* Even Part *)
nn = 20; Table[(CoefficientList[Series[Sin[Tan[x]]*Tan[x], {x, 0, 2*nn}], x] * Range[0, 2*nn]!)[[n]], {n, 1, 2*nn+1, 2}] (* Vaclav Kotesovec, Jan 24 2015 *)
CROSSREFS
Sequence in context: A290840 A012628 A012623 * A279201 A121425 A132692
KEYWORD
sign
AUTHOR
EXTENSIONS
Extended with signs by Olivier Gérard, Mar 15 1997
STATUS
approved