This should be "simple" according to the book but I can't seem to work it out. $n$ is an integer.
$\int_0 ^1 x(1-x^2)^n dx$
I have tried binomial expansion and get stuck at $\sum_0^n {n\choose k}(-1)^k \frac{1}{2k + 2}$. I tried summing this by parts after realizing that $\sum_0^n {n\choose k}(-1)^k = 0$ but it didn't turn out to a nice expression besides the boundary conditions.
I have also tried integration by parts and get $-\int_0 ^1 nx^3 (1-x^2)^{n-1} dx$. Here I can do repeated integration by parts and arrive at a pattern but I'd rather get the first method to work out since it should involve some nice combinatorial identity.