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

A012078
arctan(arcsin(tan(x)))=x+1/3!*x^3+9/5!*x^5+393/7!*x^7+33009/9!*x^9...
0
1, 1, 9, 393, 33009, 4410033, 872617017, 240500373753, 88094910348129, 41401437242599905, 24287046275803547625, 17396048031084882189033, 14941352753081733849348945, 15157924050230673397966293393
OFFSET
0,3
MATHEMATICA
With[{nn=30}, Take[CoefficientList[Series[ArcTan[ArcSin[Tan[x]]], {x, 0, nn}], x] Range[0, nn-1]!, {2, -1, 2}]] (* Harvey P. Dale, May 07 2021 *)
CROSSREFS
Sequence in context: A297738 A225988 A012191 * A332139 A266924 A157599
KEYWORD
nonn
AUTHOR
Patrick Demichel (patrick.demichel(AT)hp.com)
STATUS
approved