Let $I_n = \int_0^1 \frac{x^n}{\sqrt{x^3+1}} dx$. Show that $(2n-1)I_n+2(n-2)I_{n-3}=2\sqrt{2}$ for all $n \geq 3$.
Tried using integration by part straight away, but it doesn't work.
Note: $I_2$ can be easily calculated by using substitution, and we also know that $I_5$ can be reduced to $I_2$, $I_8$ can be reduced to $I_5$, and so on, but $I_2$ is out of the requirement $n \geq 3$.
HINT:
Integrate by parts $u = x^{n-2}$ and $dv = \frac{x^2}{\sqrt{x^3 + 1}} \ dx$.