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

A012695
arctan(tanh(x)*arcsinh(x))=2/2!*x^2-12/4!*x^4-50/6!*x^6+14280/8!*x^8...
0
2, -12, -50, 14280, -826502, -49633540, 25407386758, -3395749736176, -840874377633678, 669385496489774468, -130679263245845309250, -109382532060795384014888, 114810087622932492884439786
OFFSET
0,1
MATHEMATICA
With[{nn=30}, Take[CoefficientList[Series[ArcTan[Tanh[x]ArcSinh[x]], {x, 0, nn}], x] Range[ 0, nn]!, {3, -1, 2}]] (* Harvey P. Dale, Jun 07 2022 *)
CROSSREFS
Sequence in context: A341546 A012423 A012427 * A012382 A198008 A359523
KEYWORD
sign
AUTHOR
Patrick Demichel (patrick.demichel(AT)hp.com)
STATUS
approved