I am working on Problem I.4.7 in Lang's Complex Analysis. It asks to find the convergence of \begin{equation}\sum_\limits{n=1}^\infty \frac{z^{n-1}}{(1-z^n)(1-z^{n+1})}.\end{equation} The hint says to multiply and divide each term by $1-z$ and do a partial fraction decomposition to get a telescoping sum. I tried this and got \begin{equation}\frac{A}{(1-z^n)(1-z)} + \frac{B}{(1-z^{n+1})(1-z)} + \frac{C}{(1-z^n)(1-z^{n+1})} = \frac{z^{n-1}-z^n}{(1-z^n)(1-z^{n+1})(1-z)}.\end{equation}
By inspection, I found that
\begin{equation} \begin{split} A&= 0\\ B&=-\frac{1}{z}+1 \\ C&= \frac{1}{z} \end{split} \end{equation}
is a solution. This however, does not give me a telescoping sum. The resources I have found only talk about partial fraction decomposition after reducing to irreducible quadratics, which does not seem tenable here. Are there any more general techniques to partial fraction decomposition might help here?
Edit: Here is the decomposition the above obtains, in case it is useful:
\begin{equation} \frac{z^{n-1}}{(1-z^n)(1-z^{n+1})}=\frac{1}{(1-z^{n+1})(1-z)} - \frac{1}{z(1-z^{n+1})(1-z)} + \frac{1}{z(1-z^{n+1})(1-z^n)} \end{equation}
Not entirely sure what the hint meant to say, but the following telescopes nicely regardless:
$$ \begin{align} \frac{z^{n-1}}{(1-z^n)(1-z^{n+1})} &= \frac{z^{n-1}}{(1-z)^2(1+z+\ldots+z^{n-1})(1+z+\ldots+z^{n-1}+z^n)} \\[5px] &= \frac{z^{n-1}}{(1-z)^2} \cdot \frac{1}{z^n}\left(\frac{1}{1+z+\ldots+z^{n-1}} - \frac{1}{1+z+\ldots+z^{n-1}+z^n}\right) \end{align} $$
Then:
$$ \begin{align} z(1-z)^2\sum_\limits{n=1}^{N} \frac{z^{n-1}}{(1-z^n)(1-z^{n+1})} &= \sum_\limits{n=1}^{N} \left(\frac{1}{1+z+\ldots+z^{n-1}} - \frac{1}{1+z+\ldots+z^n}\right) \\[5px] &= 1 - \frac{1}{1+z+\ldots+z^N} \\[5px] &= 1 - \frac{1-z}{1-z^{N+1}} \\[5px] &= \frac{z(1-z^N)}{1-z^{N+1}} \end{align} $$