We can do an example to see how this calculation actually works.
Suppose we seek to evaluate
$$\sum_{n\ge 4} {2n\choose n-4}^{-1}.$$
This is
$$\sum_{n\ge 4} \frac{(n-4)! \times (n+4)!}{(2n)!}
= \sum_{n\ge 4}
\frac{\Gamma(n-3) \times \Gamma(n+5)}{\Gamma(2n+1)}
\\ = \sum_{n\ge 4} (2n+1)
\frac{\Gamma(n-3) \times \Gamma(n+5)}{\Gamma(2n+2)}
= \sum_{n\ge 4} (2n+1) \mathrm{B}(n+5, n-3).$$
Recall the beta function integral
$$\mathrm{B}(x,y)
= \int_0^\infty \frac{t^{x-1}}{(1+t)^{x+y}} dt.$$
This gives for the sum the representation
$$\int_0^\infty \sum_{n\ge 4} (2n+1)
\frac{t^{n+4}}{(1+t)^{2n+2}} dt
= \int_0^\infty \frac{t^4}{(1+t)^2}
\sum_{n\ge 4} (2n+1)
\frac{t^{n}}{(1+t)^{2n}} dt
\\ = \int_0^\infty \frac{t^4}{(1+t)^2}
\times \frac{(9t^2+11t+9)t^4}{(1+t)^6(t^2+t+1)^2} dt
\\ = \int_0^\infty
\frac{(9t^2+11t+9)t^8}{(1+t)^8(t^2+t+1)^2} dt.$$
This integral can be evaluated by considering
$$f(z) =
\log z \times \frac{(9z^2+11z+9)z^8}{(1+z)^8(z^2+z+1)^2}$$
evaluated on a keyhole contour with the slot on the positive real axis
and the branch cut of the logarithm also on that axis, traversed
counterclockwise.
There are four segments: $\Gamma_1$ just above the cut, $\Gamma_2$ the
large circle of radius $R$, $\Gamma_3$ the segment below the cut and
$\Gamma_4$ the small circle around the origin of radius $\epsilon$.
Using $$|\log(Me^{i\theta})| = |\log M + i\theta|
= \sqrt{(\log M)^2+\theta^2}$$
we obtain that the contribution along $\Gamma_2$ is
$$2\pi R \times \log R / R^2 \to 0$$
as $R\to \infty,$ so it vanishes.
The contribution along $\Gamma_4$ is
$$2\pi\epsilon \times |\log \epsilon| \times \epsilon^8 \to 0$$
as $\epsilon\to 0,$ so it vanishes as well.
We get two contributions from the logarithm below the positive real
axis along $\Gamma_3$, one of which cancels the integral along
$\Gamma_1$ and the other one of which is
$$-2\pi i
\int_0^\infty
\frac{(9t^2+11t+9)t^8}{(1+t)^8(t^2+t+1)^2} dt$$
i.e. the integral we are trying to calculate.
Let $\rho_0 = -1$ and
$$\rho_{1,2} = -\frac{1}{2} \pm \frac{\sqrt{3}i}{2}.$$
We thus have that by the Cauchy Residue Theorem applied to the keyhole
contour
$$\int_0^\infty
\frac{(9t^2+11t+9)t^8}{(1+t)^8(t^2+t+1)^2} dt
= - (\mathrm{Res}_{z=\rho_0} f(z)
+ \mathrm{Res}_{z=\rho_1} f(z) + \mathrm{Res}_{z=\rho_2} f(z)). $$
Now to calculate these residues we use a CAS but it will need some
assistance namely from the expansion about $\rho$
$$\log z= \log(\rho + z -\rho)
= \log\rho + \log (1 + (z-\rho)/\rho)
= \log\rho +
\sum_{q\ge 1} \frac{(-1)^{q+1}}{q} \frac{(z-\rho)^q}{\rho^q}.$$
We use this expansion to compute the residues, making sure that the
constant term $\log\rho$ agrees with the chosen branch.
This gives for the first residue that
$$\mathrm{Res}_{z=\rho_0} f(z)
= \frac{57}{20} - 3\pi i$$
and for the second
$$\mathrm{Res}_{z=\rho_1} f(z)
= \frac{1}{3} + \frac{23\pi \sqrt{3}}{27}
+ \pi i -\frac{1}{3}\sqrt{3}i$$
and for the third
$$\mathrm{Res}_{z=\rho_2} f(z)
= \frac{1}{3} - \frac{46\pi \sqrt{3}}{27}
+ 2\pi i +\frac{1}{3}\sqrt{3}i.$$
Adding these and negating the result we finally have
$$\frac{23\pi\sqrt{3}}{27} - \frac{211}{60}.$$