3

Find a necessary and sufficient condition on $A$, $B$, and $C$ for which the series converges and find the sum in case of convergent. $$\sum_{n=0}^\infty \frac A{5n+1}+\frac B{5n+2}+\frac C{5n+3}$$ I found $A + B + C = 0$. Is that right?

dfeuer
  • 9,069
DeepSea
  • 77,651

1 Answers1

0

Note that $\forall n\ge1 \wedge \forall 1\leq j \leq 3$ $$\frac{1}{5n+j}=\frac{1}{5n}-\frac{j}{5n(5n+j)}=\frac{1}{5n}+O(\frac{1}{n^2})$$

So that we have, $\forall n\ge1$

$$\frac{A}{5n+1}+\frac{B}{5n+2}+\frac{C}{5n+3}=\frac{(A+B+C)}{5}\frac{1}{n}+O(\frac{1}{n^2})$$

So clearly we must have $A+B+C=0$ in order for your series to converge.

Ethan Splaver
  • 10,613