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

A012850
cosh(sec(x)*arctanh(x))=1+1/2!*x^2+21/4!*x^4+765/6!*x^6+46473/8!*x^8...
0
1, 1, 21, 765, 46473, 4371225, 594635613, 110691178325, 27018807872657, 8370279766396593, 3208469378545620005, 1491108362472114151469, 826269720877603294674201, 538334287550086657620232905
OFFSET
0,3
MATHEMATICA
With[{nn=30}, Take[CoefficientList[Series[Cosh[Sec[x]ArcTanh[x]], {x, 0, nn}], x] Range[0, nn]!, {1, -1, 2}]] (* Harvey P. Dale, Mar 24 2018 *)
CROSSREFS
Sequence in context: A201069 A143002 A062755 * A012645 A220069 A028469
KEYWORD
nonn
AUTHOR
Patrick Demichel (patrick.demichel(AT)hp.com)
STATUS
approved