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

A012238
cosh(arctan(arctanh(x)))=1+1/2!*x^2+1/4!*x^4+49/6!*x^6+1345/8!*x^8...
0
1, 1, 1, 49, 1345, 105441, 10336833, 1580651409, 316289380737, 83559601907649, 27709107620492673, 11345006679686949105, 5605389007592066373825, 3292126822668986935347105, 2265914784466771293436282305, 1806802766658673683522189272145
OFFSET
0,4
MATHEMATICA
With[{nn=30}, Take[CoefficientList[Series[Cosh[ArcTan[ArcTanh[x]]], {x, 0, nn}], x] Range[0, nn]!, {1, -1, 2}]] (* Harvey P. Dale, Mar 02 2015 *)
CROSSREFS
Sequence in context: A115999 A228258 A282930 * A036226 A032655 A001458
KEYWORD
nonn
AUTHOR
Patrick Demichel (patrick.demichel(AT)hp.com)
EXTENSIONS
More terms from Harvey P. Dale, Mar 02 2015
STATUS
approved