About determinant of $A$, it is a special case of something called Cauchy's double alternant.
In general, given any $2n$ numbers $x_1, \ldots, x_n, y_1, \ldots, y_n$. If one
construct a $n \times n$ matrix with entry $\frac{1}{x_i + y_j}$ at $i^{th}$ row, $j^{th}$ column, one has
$$\det\left[ \frac{1}{x_i + y_j}\right] = \frac{\prod_{1\le i < j\le n}(x_i - x_j)(y_i - y_j)}{\prod_{1\le i, j \le n}(x_i + y_j)}\tag{*1}$$
In particular, this means if $x_i$ and $-y_j$ are $2n$ distinct numbers, the determinant is non-zero and hence the matrix is invertible.
It is not that hard to prove $(*1)$ ourselves, consider the expression
$$\prod_{1\le i, j \le n}(x_i + y_j)\times\det\left[ \frac{1}{x_i + y_j}\right]$$
If one expand the determinant, it is easy to see this expression is a polynomial in $x_i, y_j$. Since the determinant vanishes whenever $x_i$ equals to some $x_j$ or $y_i$ equals to some $y_j$. This polynomial contains $\prod_{1\le i < j\le n}(x_i - x_j)(y_i - y_j)$ as a factor. By matching the degree of polynomial on both sides, we find
$$\det\left[ \frac{1}{x_i + y_j}\right] = \lambda_n \frac{\prod_{1\le i < j\le n}(x_i - x_j)(y_i - y_j)}{\prod_{1\le i, j \le n}(x_i + y_j)}$$
for some constant $\lambda_n$ depends only on $n$.
If one replace $x_1$ by $\epsilon x_1$, $y_1$ by $\epsilon y_1$, send $\epsilon$ to $0$ and look at the limiting behaviors of both sides, one can conclude $\lambda_n = \lambda_{n-1}$. One can verify $\lambda_1 = \lambda_2 = 1$ by hand and hence $\lambda_n = 1$ for all $n$.
Apply this to the Hilbert like matrix $A$ at hand, we get
$$\det\left[\frac{1}{i+j}\right] = \frac{(c_n c_{n+1})^2}{c_{2n+1}} \ne 0
\quad\text{ where }\quad c_n = \prod_{k=1}^{n-1} k!
$$
and hence $A$ is invertible.