Show that $$\int_0^1x^{n-2}\sqrt{x(1-x)}dx=-\pi c_n, n=2,3,...$$ where $c_n$ is the coefficient of $x_n$ in the binomial expansion of $\sqrt{1-x},|x|<1$
$ (1 + x)^n = 1 + \frac{n}{1}x + \frac{n(n-1)}{1*2}x^2 + ... $
$c_n=\prod_{i=0}^{n-1}(\frac{1}{2}-i)/{n!}$
I guess I will have to do a contour integral to calculate the left-hand side.
Using the Beta and $\Gamma$ functions: $$ \int_{0}^{1}x^{n-2}\sqrt{x(1-x)}\,dx = \int_{0}^{1}x^{n-3/2}(1-x)^{1/2}\,dx =B\left(n-\tfrac{1}{2},\tfrac{3}{2}\right)=\frac{\Gamma\left(n-\tfrac{1}{2}\right)\,\Gamma\left(\tfrac{3}{2}\right)}{\Gamma\left(n+1\right)}$$ so the LHS equals $\frac{1}{n!}\,\Gamma\left(n-\tfrac{1}{2}\right)\Gamma\left(\tfrac{3}{2}\right)$. On the other hand $\Gamma\left(n-\tfrac{1}{2}\right)=\left(n-\tfrac{3}{2}\right)\,\Gamma\left(n-\tfrac{3}{2}\right)$, hence: $$ \Gamma\left(n-\tfrac{1}{2}\right)\Gamma\left(\tfrac{3}{2}\right)=\left(n-\tfrac{3}{2}\right)\,\Gamma\left(n-\tfrac{3}{2}\right)\Gamma\left(\tfrac{3}{2}\right)=\Gamma\left(\tfrac{3}{2}\right)\Gamma\left(-\tfrac{1}{2}\right)\prod_{k=1}^{n}\left(n-\tfrac{2k+1}{2}\right) $$ where the RHS equals (by setting $k=n-i$) $$ -\pi\prod_{i=0}^{n-1}\left(\frac{1}{2}-j\right)$$ as wanted.