For all $n \in \mathbb{N}^*$, we define the matrix $H_n$ by:
$$\forall (i,j) \in \llbracket 1; n \rrbracket^2, \quad (H_n)_{i,j} = \frac{1}{i+j-1}$$
We also denote $\Delta_n = \operatorname{det}(H_n)$.
Show the relation:
$$\Delta_{n+1} = \frac{(n!)^4}{(2n)!(2n+1)!} \Delta_n$$
Hint: you may start by subtracting the last column of $\Delta_{n+1}$ from all the others.