I'm trying to determine the behaviour on the boundary of the disk of convergence of the series $\sum_{n=0}^\infty\frac{z^{n+2}}{(n+1)(n+2)}$ for $z\in\mathbb{C}$.
The radius of convergence $R$ is $$R= \lim_{n\to\infty} \frac{|a_n|}{|a_{n+1}|} = \lim_{n\to\infty} \frac{\frac{1}{(n+1)(n+2)}}{\frac{1}{(n+2)(n+3)}} = \lim_{n\to\infty} \frac{(n+2)(n+3)}{(n+1)(n+2)} = \lim_{n\to\infty} \frac{n+3}{n+1} = 1$$
Now, I want to study what happens when $|z| = 1$. We want to use Dirichlet's test:
- $a_n \geq a_{n+1} \iff \frac{1}{(n+1)(n+2)} \geq \frac{1}{(n+2)(n+3)}$, which is true.
- $\lim_{n\to\infty} a_n = 0 \iff \lim_{n\to\infty} \frac{1}{(n+1)(n+2)} = 0$, which is true.
- There exists $M>0$ such that $\left|\sum_{n=1}^Nb_n\right|\leq M$ for every $N\in\mathbb{N}$:
$$\sum_{n=0}^N b_n = \sum_{n=0}^N z^{n+2} = \frac{z^2-z^{k+3}}{1-z}$$ Then, $$\left|\sum_{n=0}^N z^{n+2}\right| = \left|\frac{z^2-z^{k+3}}{1-z}\right| \leq \frac{2}{|1-z|}$$
The third condition is satisfied for every $z \neq 1$ in the circle.
The problem is that this result does not match the solution that our teacher provided us. Any help would be greatly appreciated because I'm stuck at this problem!