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!)
A012349 cosh(arcsin(x)*arcsin(x))=1+12/4!*x^4+240/6!*x^6+11088/8!*x^8... 0
1, 0, 12, 240, 11088, 831360, 92908992, 14524194048, 3032137705728, 815977299898368, 275301139727035392, 113869459498923110400, 56685373204085048463360, 33442869828080671395840000 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
LINKS
FORMULA
a(n) ~ sqrt(Pi) * sinh(Pi^2/4) * (2*n)! / (2 * n^(3/2)). - Vaclav Kotesovec, Feb 08 2015
MATHEMATICA
nn = 20; Table[(CoefficientList[Series[Cosh[ArcSin[x]^2], {x, 0, 2*nn}], x] * Range[0, 2*nn]!)[[n]], {n, 1, 2*nn+1, 2}] (* Vaclav Kotesovec, Feb 08 2015 *)
CROSSREFS
Sequence in context: A012542 A009166 A174556 * A012302 A012543 A012350
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 May 20 06:19 EDT 2024. Contains 372703 sequences. (Running on oeis4.)