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

A012165
tanh(tan(arcsinh(x)))=x-1/3!*x^3+1/5!*x^5-57/7!*x^7+4513/9!*x^9...
1
1, -1, 1, -57, 4513, -362737, 43685409, -7472568937, 1694762362561, -492370173816033, 178467092014537921, -78960125273223620761, 41880334808869380979041, -26232480244560931030777297
OFFSET
0,4
LINKS
FORMULA
a(n) ~ (-1)^n * c * (2*n)! / sqrt(n), where c = 0.2423459676113260058762976897... . - Vaclav Kotesovec, Feb 03 2015
MATHEMATICA
With[{nn=30}, Take[CoefficientList[Series[Tanh[Tan[ArcSinh[x]]], {x, 0, nn}], x] Range[0, nn-1]!, {2, -1, 2}]] (* Harvey P. Dale, Jun 19 2013 *)
CROSSREFS
Sequence in context: A218636 A218240 A281567 * A209512 A132783 A221445
KEYWORD
sign
AUTHOR
Patrick Demichel (patrick.demichel(AT)hp.com)
STATUS
approved