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

A024245
Expansion of tan(tan(x)*sin(x))/2.
0
0, 1, 2, 151, 4052, 473821, 43427702, 8101954771, 1565046469352, 448462238638201, 145356930860495402, 60733588252657064911, 29246431560267761883452, 16962897050271422096601301
OFFSET
0,3
MATHEMATICA
With[{nn=30}, Take[CoefficientList[Series[Tan[Tan[x]*Sin[x]]/2, {x, 0, nn}], x] Range[0, nn]!, {1, -1, 2}]] (* Harvey P. Dale, May 05 2015 *)
CROSSREFS
KEYWORD
nonn
AUTHOR
EXTENSIONS
Extended and signs tested 03/97.
Prior Mathematica program replaced by Harvey P. Dale, May 05 2015
STATUS
approved