Is there an analytical formula for the inverse of a complex matrix whose elements are sets of "power series" except the last term is scaled?
Let $0<x_1<x_2<...<x_n$ be monotonically increasing. The matrix $A$ is formed by $$A=\begin{bmatrix}\frac{1}{x_1} & \frac{1}{x^2_1} &\dots & \frac{1}{x^n_1}+I_1\\\frac{1}{x_2} & \frac{1}{x^2_2}&\dots & \frac{1}{x^n_2}+I_2\\\vdots&\vdots&\ddots&\vdots\\\frac{1}{x_n} & \frac{1}{x^2_n}&\dots & \frac{1}{x^n_n}+I_n\end{bmatrix}$$ The last column terms $[A_{in}]$ in the original problem are the sum of the highest power of $x_i^n$ and series of Laplace frequency shifting like this $$[A_{in}]=\frac{1}{x^n_i}+\frac{\int_0^\infty f(t)e^{-(i-1)\epsilon}e^{-xt}dt}{x^n_i}$$ where $\epsilon=x_j-x_i,j=i+1$, and $f(t)$ is a very slowly convergent function like $\mathrm{Sinc}(t)$.