login

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

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
OFFSET
0,3
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