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

A012381
arcsinh(tan(x)*arcsin(x))=2/2!*x^2+12/4!*x^4+70/6!*x^6-4200/8!*x^8...
0
2, 12, 70, -4200, -347702, 8053540, 8370022414, 1537444327216, -75026900539758, -163917764618098628, -46635653602838486826, 19561200248822504710856, 28903055462807082203920986
OFFSET
0,1
MATHEMATICA
With[{nn=30}, Take[CoefficientList[Series[ArcSinh[Tan[x]ArcSin[x]], {x, 0, nn}], x] Range[0, nn]!, {3, -1, 2}]] (* Harvey P. Dale, Jul 16 2016 *)
CROSSREFS
Sequence in context: A357831 A012426 A012421 * A012376 A223763 A361960
KEYWORD
sign
AUTHOR
Patrick Demichel (patrick.demichel(AT)hp.com)
STATUS
approved