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

A012110
sech(arcsin(sinh(x)))=1-1/2!*x^2-3/4!*x^4-21/6!*x^6-1543/8!*x^8...
0
1, -1, -3, -21, -1543, -139241, -17567883, -3247844861, -820544875023, -270409929116881, -112752402237298963, -58042577464009155301, -36153625550535244615703, -26800108152000698851560121
OFFSET
0,3
MATHEMATICA
With[{nn=30}, Take[CoefficientList[Series[Sech[ArcSin[Sinh[x]]], {x, 0, nn}], x] Range[0, nn]!, {1, -1, 2}]] (* Harvey P. Dale, Mar 19 2020 *)
CROSSREFS
Sequence in context: A290766 A290872 A365497 * A265637 A054739 A117508
KEYWORD
sign
AUTHOR
Patrick Demichel (patrick.demichel(AT)hp.com)
STATUS
approved