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

A012170
arcsin(tan(tanh(x)))=x+1/3!*x^3+1/5!*x^5+169/7!*x^7+5857/9!*x^9...
0
1, 1, 1, 169, 5857, 365905, 48069217, 6592812217, 1367546003521, 352618786733473, 113088877092468289, 44682599178075094729, 21050259388599343979041, 11746444483256346415750897
OFFSET
0,4
MATHEMATICA
With[{nn=30}, Take[CoefficientList[Series[ArcSin[Tan[Tanh[x]]], {x, 0, nn}], x] Range[0, nn-1]!, {2, -2, 2}]] (* Harvey P. Dale, Sep 24 2016 *)
CROSSREFS
Sequence in context: A232313 A133583 A189277 * A264269 A264087 A163023
KEYWORD
nonn
AUTHOR
Patrick Demichel (patrick.demichel(AT)hp.com)
STATUS
approved