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

A012041
tanh(sin(arcsinh(x)))=x-4/3!*x^3+76/5!*x^5-3312/7!*x^7+255952/9!*x^9...
1
1, -4, 76, -3312, 255952, -30728512, 5281229760, -1228900532992, 371761489090816, -141763213277045760, 66504626862819552256, -37635004127910391803904, 25277676503178610861756416
OFFSET
0,2
LINKS
FORMULA
a(n) ~ c * (-1)^n * (2*n)! * n / r^(2*n), where r = sin(arcsinh(Pi/2)) = 0.9436207924237..., c = 0.79859796313... . - Vaclav Kotesovec, Feb 04 2015
MATHEMATICA
nn = 20; Table[(CoefficientList[Series[Tanh[Sin[ArcSinh[x]]], {x, 0, 2*nn+1}], x] * Range[0, 2*nn+1]!)[[n]], {n, 2, 2*nn, 2}] (* Vaclav Kotesovec, Feb 03 2015 *)
CROSSREFS
Sequence in context: A364111 A009631 A012020 * A024258 A012101 A012080
KEYWORD
sign
AUTHOR
Patrick Demichel (patrick.demichel(AT)hp.com)
STATUS
approved