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

A012685
cosh(tanh(x)*arctan(x))=1+12/4!*x^4-480/6!*x^6+28560/8!*x^8...
0
1, 0, 12, -480, 28560, -2595840, 342910656, -62365675008, 14932846506240, -4548435497041920, 1716639310480919552, -786314410657025941504, 429828791337549223596032, -276479195899367035140833280
OFFSET
0,3
MATHEMATICA
With[{nn=30}, Take[CoefficientList[Series[Cosh[Tanh[x]ArcTan[x]], {x, 0, nn}], x] Range[0, nn]!, {1, -1, 2}]] (* Harvey P. Dale, Aug 20 2024 *)
CROSSREFS
Sequence in context: A012681 A009168 A012460 * A012465 A012394 A012686
KEYWORD
sign
AUTHOR
Patrick Demichel (patrick.demichel(AT)hp.com)
STATUS
approved