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

A012060
cosh(sin(arctanh(x)))=1+1/2!*x^2+5/4!*x^4+61/6!*x^6+937/8!*x^8...
0
1, 1, 5, 61, 937, -34919, -13257619, -3269873515, -890367567919, -286428853272143, -109915623105978539, -50081947723080008339, -26861824093922170259335, -16800404374717805427318199
OFFSET
0,3
MATHEMATICA
With[{nn=30}, Take[CoefficientList[Series[Cosh[Sin[ArcTanh[x]]], {x, 0, nn}], x] Range[0, nn]!, {1, -1, 2}]] (* Harvey P. Dale, Jul 09 2021 *)
CROSSREFS
Sequence in context: A236955 A064328 A363867 * A012167 A162167 A134282
KEYWORD
sign
AUTHOR
Patrick Demichel (patrick.demichel(AT)hp.com)
STATUS
approved