In a calculus, I have to find a direct way to compute the sum $$\sum_{n=0}^\infty \left( \frac{1}{3n+4}-\frac{3}{3n+2}+\frac{2}{3n+1}\right).$$ I tried to reform a partial sum: $$\sum_{n=0}^N a_n = \frac12+3\sum_{n=1}^N \left(\frac{1}{3n+1}-\frac{1}{3n+2}\right).$$ A classic way then is to introduce the missing terms to use Euler's formula. Problem is, I don't know how to deal with the alternating signs.
What I can't do: use power series (the sum comes from one), neither integration (same problem). I need to find a direct way to sum this, that is, a way which only involves classic techniques with series.
Anyone to help me? Thanks.