I have to find the sum of: $$1+\frac13-\frac12-\frac14-\frac16+\frac15+\frac{1}{7}-\frac{1}{8}-\frac{1}{10}-\frac{1}{12}+\ldots$$
My attempt:
$$\left( 1+\frac13-\frac12-\frac14-\frac16\right)+\left(\frac15+\frac{1}{7}-\frac{1}{8}-\frac{1}{10}-\frac{1}{12}\right)+\ldots$$
\begin{eqnarray*}\sum_{n=0}^{+\infty}\left(\frac{1}{4n+1}+\frac{1}{4n+3}-\frac{1}{6n+2}-\frac{1}{6n+4}-\frac{1}{6n+6}\right)&=&\int_{0}^{1}\frac{1+x^2}{1-x^4}-\frac{x+x^3+x^5}{1-x^6}\,dx\\&=&\log2\end{eqnarray*}
But the answer is given as $\frac12\log{\frac83}$.Where did I make a mistake?
Also,could I get the solution using $\log 2=1-\frac12+\frac13-\frac14+\frac15-\frac16+\ldots$?If so,how?