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

A012074
sech(arcsin(arcsin(x)))=1-1/2!*x^2-3/4!*x^4-69/6!*x^6-3335/8!*x^8...
0
1, -1, -3, -69, -3335, -289801, -39612939, -7845054541, -2125704833551, -755532171928081, -341044077485199379, -190581499954444336725, -129146418452087275163415, -104328785204254369631603225
OFFSET
0,3
MATHEMATICA
With[{nn=30}, Take[CoefficientList[Series[Sech[ArcSin[ArcSin[x]]], {x, 0, nn}], x] Range[0, nn]!, {1, -1, 2}]] (* Harvey P. Dale, Dec 25 2011 *)
CROSSREFS
Sequence in context: A012201 A284058 A012096 * A350720 A247031 A037109
KEYWORD
sign
AUTHOR
Patrick Demichel (patrick.demichel(AT)hp.com)
STATUS
approved