I'm supposed to calculate the sum of the power series $f(x)=\sum_{n=0}^{\infty}\frac{1}{4n^2-1}x^{2n+1}$.
I do the following rewrite: $$f(x)=\sum_{n=0}^{\infty}\frac{1}{4n^2-1}x^{2n+1}=\sum_{n=0}^{\infty}\frac{1}{(2n-1)(2n+1)}x^{2n+1}$$ Then I derive it and get $$f'(x)=\frac{d}{dx}\sum_{n=0}^{\infty}\frac{1}{(2n-1)(2n+1)}x^{2n+1}=\sum_{n=0}^{\infty}\frac{1}{2n-1}x^{2n}.$$ At this point I'm a little stuck. I've tried doing this in order to maybe derive another time: $$f'(x)=x\sum_{n=0}^{\infty}\frac{1}{2n-1}x^{2n-1}.$$ Deriving another time gives me: $$f''(x)=\sum_{n=0}^{\infty}\frac{1}{2n-1}x^{2n-1}+x\sum_{n=0}^{\infty}x^{2n-2}=\sum_{n=0}^{\infty}\frac{1}{2n-1}x^{2n-1}+\frac{1}{x}\sum_{n=0}^{\infty}x^{2n}=\sum_{n=0}^{\infty}\frac{1}{2n-1}x^{2n-1}+\frac{1}{x\cdot(1-x^2)}$$
From here I could use some partial fraction decomposition on the second term in f''(x) and play around with the first term (the sum) in f''(x) to get f(x), but it seems to need lots of work. I'm wondering if there might be an easier way that I'm not aware of. Thankful for some tips or guidance! :)
Jonathan