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

A009698
Expansion of tan(tan(x))*sin(x).
1
0, 2, 12, 358, 19352, 1709194, 222722596, 40122780142, 9543330683696, 2895895566420498, 1091590070839432764, 500335689476146083190, 274027979513688992336584, 176734166480671985581245594
OFFSET
0,2
FORMULA
a(n) ~ (2*n)! * 8 * Pi / ((4+Pi^2)^(3/2) * arctan(Pi/2)^(2*n+1)). - Vaclav Kotesovec, Jan 23 2015
MATHEMATICA
Tan[ Tan[ x ] ]*Sin[ x ] (* Even Part *)
nn = 20; Table[(CoefficientList[Series[Sin[x]*Tan[Tan[x]], {x, 0, 2*nn}], x] * Range[0, 2*nn]!)[[n]], {n, 1, 2*nn+1, 2}] (* Vaclav Kotesovec, Jan 23 2015 *)
CROSSREFS
Sequence in context: A192892 A105231 A009398 * A012724 A012624 A335829
KEYWORD
nonn
AUTHOR
EXTENSIONS
Extended and signs tested Mar 15 1997 by Olivier Gérard.
STATUS
approved