Let $n \in\mathbb{N}$ and $A=(a_{ij})$ where \begin{equation}a_{ij}=\binom{i+j}{i}\end{equation} for $0\leq i,j \leq n$. Show that $A$ has an inverse and that every element of $A^{-1}$ is an integer.
I have shown that this $n\times n$ matrix is symmetric since, \begin{equation} \binom{i+j}{i}=\binom{i+j}{j} \end{equation} in order to try to get a nonzero determinant. But i'm stuck in this step, suggestions would be appreciated.
There's a usually useless formula for the matrix inverse in terms of cofactors. It's actually useful here. The elements $b_{ij}$ of the matrix inverse are explicitely given by:
$$b_{ij}=\frac{|C_{ij}|}{|A|},$$
where $C_{ij}$ is the cofactor matrix. Show by a method of your choice, such as induction, that $|A|=1$, for all $n$. Then the answer is clear because $|C_{ij}|$ is just a sum of integer products.