OFFSET
0,2
REFERENCES
Jerome Spanier and Keith B. Oldham, "Atlas of Functions", Hemisphere Publishing Corp., 1987, chapter 6, equation 6:14:5 at page 50.
FORMULA
a(n) = numerator((3/(3-8*n+4*n^2))*binomial(2*n,n)/4^n).
MATHEMATICA
Numerator[CoefficientList[Series[(1-x)^(3/2), {x, 0, 30}], x]] (* Harvey P. Dale, Aug 26 2016 *)
a[n_]:= Numerator[3/(3-8*n+4*n^2)*Binomial[2*n, n]/(4^n)]; Array[a, 28, 0] (* Stefano Spezia, Dec 29 2024 *)
CROSSREFS
KEYWORD
easy,sign,frac
AUTHOR
Johannes W. Meijer, Jun 08 2009
STATUS
approved