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

A012391
arcsinh(tan(x)*tan(x))=2/2!*x^2+16/4!*x^4+152/6!*x^6-5504/8!*x^8...
2
0, 2, 16, 152, -5504, -865888, -49313024, 10192998272, 4634262163456, 729893872005632, -280859292338008064, -286057930617679095808, -94104910901654903619584, 51677977224364973979901952
OFFSET
0,2
LINKS
MATHEMATICA
With[{nn=30}, Take[CoefficientList[Series[ArcSinh[Tan[x]^2], {x, 0, nn}], x] Range[0, nn]!, {1, -1, 2}]] (* Harvey P. Dale, Dec 14 2014 *)
CROSSREFS
Sequence in context: A209021 A209056 A209213 * A012387 A009518 A052674
KEYWORD
sign
AUTHOR
Patrick Demichel (patrick.demichel(AT)hp.com)
EXTENSIONS
Prepended a(0)=0 by Vaclav Kotesovec, Nov 28 2015
STATUS
approved