login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A013087 tan(arcsinh(x)+arcsin(x))=2*x+16/3!*x^3+530/5!*x^5+37840/7!*x^7... 0
2, 16, 530, 37840, 4665890, 880829200, 236051798450, 85184059714000, 39823482623005250, 23410203659063338000, 16900988192636551591250, 14700311020824054699970000, 15161633552176216519055281250 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,1
LINKS
FORMULA
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
MATHEMATICA
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 *)
CROSSREFS
Sequence in context: A012919 A012914 A168404 * A121271 A013136 A013004
KEYWORD
nonn
AUTHOR
Patrick Demichel (patrick.demichel(AT)hp.com)
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified April 23 02:53 EDT 2024. Contains 371906 sequences. (Running on oeis4.)