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

A012446
arcsin(arctan(x)*tan(x))=2/2!*x^2+280/6!*x^6-2688/8!*x^8+1016608/10!*x^10...
0
2, 0, 280, -2688, 1016608, -44971520, 22528934272, -2475890192384, 1731096311210496, -365422134993502208, 343466758613102303232, -121096429560806448922624, 146997236520941470929985536
OFFSET
0,1
MATHEMATICA
With[{nn=30}, Take[CoefficientList[Series[ArcSin[ArcTan[x]Tan[x]], {x, 0, nn}], x] Range[0, nn]!, {3, -1, 2}]] (* Harvey P. Dale, Nov 05 2013 *)
CROSSREFS
Sequence in context: A012330 A012336 A012449 * A324687 A012755 A012452
KEYWORD
sign
AUTHOR
Patrick Demichel (patrick.demichel(AT)hp.com)
STATUS
approved