Let $f:\mathbb{C}\to\mathbb{C}$ be defined as:
$$f(z)=\frac{1}{e^z-1}-\frac{1}{z}+\frac 12$$
I need to prove that there exists a sequence $\{B_k\}_{k=1}^{\infty}$ of complex numbers, such that $f(z)$ is given by a series of the form:
$$f(z)=\sum_{k=1}^{\infty}\frac{(-1)^{k-1}B_k}{(2k)!}z^{2k-1}$$
And to conclude that $\limsup_\limits{k\to\infty}{\sqrt[k]{B_k}}=\infty$.
First, I proved that $\lim_\limits{z\to0}f(z)=0$, so if I define $f(0)=0$, then the new $f(z)$ would be continuous. However, it doesn't mean that $f(z)$ is analytic. So how do I know that I can expand $f(z)$ to a Taylor Series? (I want to expand $f(z)$ to a Taylor Series since the given series looks a lot like one, with $f^{(2k)}(0)=(-1)^{k-1}B_k$ for every $k\in\mathbb{N}$. This would eventually be an additional thing that I need to prove, somehow, don't know yet).
Another thing I noticed is that $f(z)$ is an odd function, so if $f(z)$ has a Taylor Expansion with $a_k$ as coefficients, then $a_{2k}=0$ for every $k\in\mathbb{N}$ (This correlates with what I need to prove).
Finally, I know that to get to the conclusion, I just need to prove that the radius of convergence of the series would be $R=0$, and then just use Cauchy Hadamard Theorem.
So on the one hand, I have a feeling I know what to do; But on the other it seems that I'm missing something. Thanks!