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!)
A013111 arctanh(arcsinh(x)+arctan(x))=2*x+13/3!*x^3+561/5!*x^5+58959/7!*x^7... 0
2, 13, 561, 58959, 11644353, 3689490231, 1715357184849, 1099472915829519, 929329108531548417, 1001522171480774224743, 1340339793936610136490513, 2180857643900986608848041983, 4239717441519601414508854360257 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,1
LINKS
FORMULA
a(n) ~ (2*n)! / r^(2*n+1), where r = 0.53286199991370386509144685314983925384646... is the root of the equation arcsinh(r)+arctan(r) = 1. - Vaclav Kotesovec, Feb 05 2015
MATHEMATICA
With[{nn=30}, Take[CoefficientList[Series[ArcTanh[ArcSinh[x]+ArcTan[x]], {x, 0, nn}], x]Range[0, nn-1]!, {2, -1, 2}]] (* Harvey P. Dale, Nov 02 2011 *)
CROSSREFS
Sequence in context: A342958 A012981 A154356 * A179434 A101342 A119122
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 25 06:14 EDT 2024. Contains 371964 sequences. (Running on oeis4.)