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!)
A012042 arctanh(sin(arcsinh(x)))=x+4/5!*x^5-80/7!*x^7+4240/9!*x^9-342400/11!*x^11... 1
1, 0, 4, -80, 4240, -342400, 41806400, -7093216000, 1601470624000, -464003651072000, 167847611351680000, -74143433704737280000, 39275771932443138560000, -24575763662119940608000000 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
LINKS
FORMULA
a(n) ~ c * (-1)^n * (2*n)! / sqrt(n), where c = sech(Pi/2)/sqrt(Pi) = 0.22485031987421343130846684736559... . - Vaclav Kotesovec, Feb 03 2015, updated Mar 17 2024
MATHEMATICA
nn = 20; Table[(CoefficientList[Series[ArcTanh[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: A012923 A012922 A013090 * A013139 A013007 A013008
KEYWORD
sign
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:49 EDT 2024. Contains 371964 sequences. (Running on oeis4.)