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!)
A012571 Expansion of arcsin(sinh(x)*sinh(x)). 2
0, 2, 8, 152, 6848, 554912, 70690688, 13009484672, 3265063958528, 1071643508306432, 445538702940858368, 228823524775428872192, 142264706412727018078208, 105297877340452669962493952 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
LINKS
FORMULA
a(n) ~ (2*n)! / (2^(1/4) * sqrt(Pi) * n^(3/2) * (log(1+sqrt(2)))^(2*n-1/2)). - Vaclav Kotesovec, Feb 06 2015
EXAMPLE
arcsin(sinh(x)*sinh(x)) = 2/2!*x^2+8/4!*x^4+152/6!*x^6+6848/8!*x^8...
MATHEMATICA
With[{nn=30}, Take[CoefficientList[Series[ArcSin[Sinh[x]^2], {x, 0, nn}], x] Range[0, nn]!, {1, -1, 2}]] (* Harvey P. Dale, Dec 11 2013 *)
CROSSREFS
Appears to equal 2 * A012101.
Sequence in context: A102099 A012298 A009596 * A018926 A012432 A071097
KEYWORD
nonn
AUTHOR
Patrick Demichel (patrick.demichel(AT)hp.com)
EXTENSIONS
a(0)=0 prepended by Vaclav Kotesovec, Feb 06 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 20 12:18 EDT 2024. Contains 372712 sequences. (Running on oeis4.)