Considering the Laurent series expansions of the function $$ f(z)=\frac{4z}{(z-1)(z-3)^2} $$ that are valid in the annulus: $ \{z\in{\mathbb C}:1<|z|<3\} $, we have $$ f(z)=\sum_{n=1}^{\infty}z^{-n}+\sum^{\infty}_{n=0}\frac{2n+3}{3^{n+1}}z^n\qquad\text{for}~1<|z|<3. $$ I am confused about what is $\operatorname{Res}(z_0,f)$ where $z_0=0$. From the formula above, it seems that $\operatorname{Res}(0,f)=1$. But on the other hand, $f$ is analytic at $x_0=0$, then $\operatorname{Res}(0,f)=0$.
- What is the mistake I made here?
- The definition of residue in complex analysis I learned is only for the meromorphic function $f$ at an isolated singularity $a$. Is the notation $\operatorname{Res}(z_0,f)$ meaningful for any point on the complex plane?
[ADDED]
BACKGROUND: I got this problem when I went over some calculation in complex analysis in the book Cracking the GRE Mathematics Subject Test(4th Edition). The author calculates the integral
$$
\oint_C\frac{4z}{(z-1)(z-3)^2}\qquad C=\{z\in{\mathbb C}:|z|=2\}~~\text{counterclockwise}
$$
as the following:
The Laurent series of the integrand is $$ f(z)=\sum_{n=1}^{\infty}z^{-n}+\sum^{\infty}_{n=0}\frac{2n+3}{3^{n+1}}z^n\qquad\text{for}~1<|z|<3. $$ Since the coefficient of the $z^{-1}$ term in this series is $a_{-1}=1$, we have $$ \oint_C\frac{4z}{(z-1)(z-3)^2}=2\pi i\cdot a_{-1}=2\pi i $$
However, what I learned is that from residue theorem, this calculation is supposed to be $$ \oint_C\frac{4z}{(z-1)(z-3)^2}=2\pi i\cdot \operatorname{Res}(1,f)=2\pi i $$ I am wondering if the author's calculation is another version of residue theorem. But the $a_{-1}$ he used is not $\operatorname{Res}(0,f)$ if $\operatorname{Res}(0,f)=0$ is the answer to the first question above.