Given that $\sum_{n=1}^{\infty}a_nx^n$ is a power series that its range of convergence is $[-7,7]$, I need to determine if the following statements is true:
The power series $\sum_{n=1}^{\infty}na_nx^{n-1}$ converges at $[-7,7]$.
I found that the radius of convergence of this power series is also 7:
$$\lim\limits_{n \to \infty} \big| \frac{na_n}{(n+1)a_{n+1}}\big|=\lim\limits_{n \to \infty} \big| \frac{n}{n+1}\big|\big| \frac{a_n}{a_{n+1}}\big|=1\cdot7=7$$
The answer is that this is false, but I don't know why and how to disprove it.