The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
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!)
A012324 arctanh(arcsin(x)*exp(x))=x+2/2!*x^2+6/3!*x^3+32/4!*x^4+248/5!*x^5... 0
0, 1, 2, 6, 32, 248, 2240, 24584, 314176, 4604864, 75708928, 1384714496, 27844334080, 610980624512, 14521108083456, 371703786041600, 10193800681881600, 298204898039689216, 9268641663992807424 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
LINKS
FORMULA
a(n) ~ (n-1)! / (2 * r^n), where r = 0.546947494527286418832891321710111770819... is the root of the equation arcsin(r)*exp(r) = 1. - Vaclav Kotesovec, Feb 05 2015
MATHEMATICA
With[{nn=20}, CoefficientList[Series[ArcTanh[ArcSin[x]Exp[x]], {x, 0, nn}], x]Range[0, nn]!] (* Harvey P. Dale, Feb 02 2012 *)
CROSSREFS
Sequence in context: A012521 A211195 A346452 * A121676 A326096 A346270
KEYWORD
nonn
AUTHOR
Patrick Demichel (patrick.demichel(AT)hp.com)
EXTENSIONS
Prepended missing a(0)=0 from Vaclav Kotesovec, Feb 05 2015
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 May 13 05:24 EDT 2024. Contains 372498 sequences. (Running on oeis4.)