I realize this is not the fastest way of getting a Taylor's series expansion of $f(z)=\log(z)$ about $z=1$. But here goes. I am assuming I am working on the principal branch of the logarithm ($-\pi<\theta<\pi$). I am assuming that $f(1)=\log(1)=0$. That's the branch I am on.
Next, some derivatives:
$f'(z)=1/z$
$f''(z)=-1/z^2$
$f'''(z)=2/z^3$
$f^{(4)}(z)=-6/z^4$
...
$f^{(n)}(z)=(-1)^{n+1}(n-1)!/z^n$
Hence,
$$f(z)=\sum_{n=1}^{\infty}c_n(z-1)^n,$$
where
$$c_n=\frac{f^{(n)}(1)}{n!}=\frac{(-1)^{n+1}(n-1)!}{n!(1)^n}=\frac{(-1)^{n+1}}{n}.$$
Thus:
$$f(z)=(z-1)-\frac{(z-1)^2}{2}+\frac{(z-1)^3}{3}-\frac{(z-1)^4}{4}+\frac{(z-1)^5}{5}-\cdots$$
And checking, $f(1)=0$, which is my assumption above.
Question: Now, suppose I start the problem again, only this time I assume I am a different branch of the logarithm. Let's assume that this time we are working on the branch $\pi<\theta<3\pi$, so that $f(1)=\log(1)=2\pi i$.
If I repeat the calculations above, what would they now look like, and what would be the answer for my series?