The inverse of the matrix $\{1/(i+j-1)\}$

1.8k Views Asked by At

Let $n$ be a positive integer. Show that the matrix

$$\begin{pmatrix} 1 & 1/2 & 1/3 & \cdots & 1/n \\ 1/2 & 1/3 & 1/4 & \cdots & 1/(n+1) \\ \vdots & \vdots & \vdots & \ddots & \vdots\\ 1/n & 1/(n+1) & 1/(n+2) & \cdots & 1/(2n-1) \end{pmatrix}$$

is invertible and all the entries of its inverse are integers. This is an exercise in Hoffman and Kunze's linear algebra book. Any hints will be appreciated!