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

A012168
sec(tan(arcsinh(x)))=1+1/2!*x^2+9/4!*x^4+201/6!*x^6+7921/8!*x^8...
0
1, 1, 9, 201, 7921, 524081, 48396345, 6493605561, 1082018699105, 246352273609441, 64161902428428265, 22422522791742857001, 8300517886009938036049, 4196071192877342442444561
OFFSET
0,3
MATHEMATICA
With[{nn=30}, Take[CoefficientList[Series[Sec[Tan[ArcSinh[x]]], {x, 0, nn}], x] Range[0, nn]!, {1, -1, 2}]] (* Harvey P. Dale, Apr 24 2017 *)
CROSSREFS
Sequence in context: A093708 A052145 A012061 * A012133 A012038 A012108
KEYWORD
nonn
AUTHOR
Patrick Demichel (patrick.demichel(AT)hp.com)
STATUS
approved