We have $\sum^{\infty}_{n=0} \frac{x^{2n+1}}{2n+1}$
The radius of convergence is 1 (ratio test)
How about the convergence for -1 and 1 ?
Let's say x=1 , then we have $\sum^{\infty}_{n=0} \frac{1}{2n+1}$
Does it converge? I guess not, because we are summing up a sequence which will never be a zero sequence. So for x = 1 the series is not converge.
And for x = -1 we have $\sum^{\infty}_{n=0} \frac{-1}{2n+1}$ which is also not a zero sequence. So the series diverges for x=1 and x=-1
Is the way I think right?