How can the following integral be calculated: $$ I_n=\int_0^1\int_0^1\cdots\int_0^1\frac{\prod_{k=1}^{n}\left(\frac{1-x_k}{1+x_k}\right)}{1-\prod_{k=1}^{n}x_k}dx_1\cdots dx_{n-1}dx_n $$ There should be $n$ integral signs, but I didn't know how to write that.
It is easy to show that $I_1=\ln(2)$. After partial fractioning and the help of Wolfram Alpha, I managed to show that $I_2=4\ln(2)-2\ln^2(2)-\frac{\pi^2}{6}$.
But how to derive a general result? Any help would be highly appreciated!
Edit:
As a supplementary question, how to calculate this slightly modified integral: $$ J_n=\int_0^1\int_0^1\cdots\int_0^1\frac{\prod_{k=1}^{n}\left(\frac{1-x_k}{1+x_k}\right)}{1+\prod_{k=1}^{n}x_k}dx_1\cdots dx_{n-1}dx_n $$ Again, it can be shown easily, that $J_1=1-\ln(2)$.
Since all the $a_k \lt 1$ (except at one point), I would try expanding $$\frac{1}{1-\prod_k^n a_k}=1+\left(\prod_k^n a_k \right)+\left(\prod_k^n a_k \right)^2+\cdots$$ (Geometric series) This will allow you to turn your problem into a sum of integrals in which, in every term of the sum, the $a_k$'s appear multiplicatively and thus can be integrated independently via Fubini:
$$\sum_{i=0}^\infty \int_0^1 \cdots \int_0^1 \prod_{k=1}^n \left( \frac{1-a_k}{1+a_k} (a_k)^i\right) $$. Which is equal to
$$\sum_{i=0}^\infty \left( \int_0^1 \left( \frac{1-a_k}{1+a_k} (a_k)^i\right) \right)^n $$
I can't assure this will work, but it seems to me that the problem has been reduced to computing one integral (which doesn't look impassable) and a series.
Hope this helps and let me know if it does.