# Greetings from The On-Line Encyclopedia of Integer Sequences! http://oeis.org/ Search: id:a013087 Showing 1-1 of 1 %I A013087 #7 Feb 07 2015 06:13:16 %S A013087 2,16,530,37840,4665890,880829200,236051798450,85184059714000, %T A013087 39823482623005250,23410203659063338000,16900988192636551591250, %U A013087 14700311020824054699970000,15161633552176216519055281250 %N A013087 tan(arcsinh(x)+arcsin(x))=2*x+16/3!*x^3+530/5!*x^5+37840/7!*x^7... %F A013087 a(n) ~ 2 * sqrt(1-r^4) * (2*n+1)! / ((sqrt(1-r^2) + sqrt(1+r^2)) * r^(2*n+2)), where r = 0.762718149449013683089118440018621705719487630300437769993... is the root of the equation arcsinh(r) + arcsin(r) = Pi/2. - _Vaclav Kotesovec_, Feb 07 2015 %t A013087 nn = 20; Table[(CoefficientList[Series[Tan[ArcSin[x] + ArcSinh[x]], {x, 0, 2*nn+1}], x] * Range[0, 2*nn+1]!)[[n]], {n, 2, 2*nn, 2}] (* _Vaclav Kotesovec_, Feb 07 2015 *) %K A013087 nonn %O A013087 0,1 %A A013087 Patrick Demichel (patrick.demichel(AT)hp.com) # Content is available under The OEIS End-User License Agreement: http://oeis.org/LICENSE