I'm interested in how would one find Taylor series of a function
$$f(z)=\left(1-\frac1z \right)^3$$ around $z_0=2$.
I have no clue where to start, the $3$ in the exponent baffles me. I tried to use the cube of the sum formula, but to no avail. I tried to find the series of a function $f(z)=1-1/z$ but I'm not sure where to go from there.
Any help would be appreciated.
Note that$$\left(1-\frac1z\right)^3=1-\frac3z+\frac3{z^2}-\frac1{z^3}.\tag1$$Now,\begin{align}\frac1z&=\frac1{2+(z-2)}\\&=\frac12\cdot\frac1{1+\frac{z-2}2}\\&=\frac12-\frac{z-2}{2^2}+\frac{(z-2)^2}{2^3}-\cdots\end{align}if $|z-2|<2$. Therefore\begin{align}\frac1{z^2}&=-\left(\frac1z\right)'\\&=\frac1{2^2}-\frac{2(z-2)}{2^3}+\frac{3(z-2)^2}{2^4}-\cdots\end{align}and\begin{align}\frac1{z^3}&=-\frac12\left(\frac1{z^2}\right)'\\&=\frac{2}{2^4}-\frac{2\times3(z-2)}{2^5}+\frac{3\times4(z-2)^2}{2^6}-\cdots\end{align}Now, use $(1)$ to get everything as a single series.