I remember having to solve the following problem:
Define \begin{equation} I_n=\int_0^{1}\frac{x^ndx}{\sqrt{x^3+1}} \end{equation}
Prove: \begin{equation} \left(2n-1\right)I_n+2\left(n-2\right)I_{n-3}=2\sqrt{2} \end{equation}
And I found the solution. But in doing so, when trying different things, I decided to expand the integral using parts to find that
$$ I_n=\int_0^{1}\frac{x^ndx}{\sqrt{x^3+1}}\approx \bigg[x^n\cdot\int\frac{dx_1}{\sqrt{x^3+1}}-nx^{n-1}\iint\frac{dx_1 dx_2}{\sqrt{x^3+1}}$$ $$ +n\left(n-1\right)x^{n-2}\iiint\frac{dx_1 dx_2 dx_3}{\sqrt{x^3+1}}-n\left(n-1\right)\left(n-2\right)x^{n-3}\iiiint\frac{dx_1 dx_2 dx_3 dx_4}{\sqrt{x^3+1}}$$ \begin{equation} +\: ...\: +\left(-1\right)^{n}n!\underbrace{\int ... \int}_{n+1}\frac{dx_1\: ...\: dx_{n+1}}{\sqrt{x^3+1}}\bigg]_0^{1} \end{equation}
or something of the sort. So I became interested in elliptic integrals because I discovered that $\int\frac{dx}{\sqrt{x^3+1}}$ was not at all easy to solve, see here. But I wonder, what if I wanted to find the double, triple or quadruple integral of that thing as in my crude (and likely wrong) series above? Is it possible? So to sum up, is it possible to find
$$\iint\frac{dx_1 dx_2}{\sqrt{x^3+1}},\:\:\iiint\frac{dx_1 dx_2 dx_3}{\sqrt{x^3+1}}\:\:......$$
Also, a bit off topic, but are there any known methods for analyzing the integral series produced via integration by parts for those that don't repeat?