Consider the $(n+1)\times(n+1)$ matrix $P_n=(p_{ij})_{0\le i,j\le n}$ whose $(i,j)$-th element is given by $$ p_{ij}=\binom{n-i}{j-i}\boldsymbol{1}(i\le j)=\binom{n-i}{n-j}\boldsymbol{1}(i\le j) $$ for $0\le i,j\le n$, $n\ge0$; here $\boldsymbol{1}$ denotes the indicator function.
In other words, $P_n$ is an upper-triangular matrix whose upper half (above the main diagonal) is a Pascal's triangle flipped upside down, so the triangle's top is in the matrix's lower right corner.
I would like to find the inverse of $P_n$ for any $n\ge0$. Would appreciate any tips.
The question is very similar to this one.