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

A024271
E.g.f. tan(x)*tan(sin(x))/2, even powers only.
0
0, 1, 6, 59, 940, 31637, 2005106, 166100111, 16050083800, 1874971666857, 279670143989598, 53041020901061987, 12139626880904714372, 3219275040968635076157, 979189869389394861709514, 342690421890075448877502135, 137691551060667051544057815472
OFFSET
0,3
MATHEMATICA
With[{nn=40}, Take[CoefficientList[Series[Tan[x] Tan[Sin[x]]/2, {x, 0, nn}], x]Range[0, nn]!, {1, -1, 2}]] (* Harvey P. Dale, May 28 2012 *)
CROSSREFS
KEYWORD
nonn
AUTHOR
EXTENSIONS
Extended and signs tested 03/97.
More terms from and definition clarified by Harvey P. Dale, May 28 2012
STATUS
approved