I have got an exercise on Hilbert matrices determinant. Let $n \in \mathbb{N}^*$ , and $H_n$ be the Hilbert matrix of size $n \times n$. Let's note $\Delta_{n} $ the determinant of $H_n$. I have to prove that :
$$ \Delta_{n+1} = \frac{(n!)^4}{(2n)!(2n+1)!} \Delta_{n} $$
And this, without the Cauchy determinant. There is a clue : "Start by substracting the last column of $H_{n+1}$ to others.".
That's what I did, and I got a matrix where the coefficient $i,j$ is (except for the last column) :
$$ \frac{1}{i+j-1} - \frac{1}{n+i} = \frac{n-j+1}{(i+j-1)(n+i)} $$
As for a specific row we can factor by $\frac{1}{n+i}$. We can do that for each line and then factorize by $$ \displaystyle \prod_{i=0}^{n+1}\left(\frac{1}{n+i}\right) = \frac{n!}{(2n+1)! } $$
Let's do something similar for the columns, and so we factorize by $$ \prod_{i=1}^{n} (1+n-i) = n! $$
To sum up I have :
$$ \Delta_{n+1} = \frac{n!^2}{(2n+1)!} X$$
Where $X$ is the determinant of $H_{n+1}$ but the last column is filled with $1$. I am stuck. I want to calculate the determinant by "developing" (I'm french I dont' know if it's the correct word) it with the last column. But i don't find anything interesting.
Could you help me please?