Find the sum to $n$ terms of the following series: $$\dfrac {2}{5}+\dfrac {6}{5^2}+\dfrac {10}{5^3}+\dfrac {14}{5^4}+………$$
My Attempt: Let $$S_n=\dfrac {2}{5} + \dfrac {6}{5^2}+\dfrac {10}{5^3}+\dfrac {14}{5^4}+……+\dfrac {4n-6}{5^{n-1}}+\dfrac {4n-2}{5^n}$$ Also, $$\dfrac {1}{5} S_n=\dfrac {2}{5^2}+\dfrac {6}{5^3}+\dfrac {10}{5^4}+\dfrac {14}{5^5}+……+\dfrac {4n-6}{5^n}+\dfrac {4n-2}{5^{n+1}}$$
How do I solve further?
Isn't there any general method to solve such problems?
This is known as Arithmetrico-geometric sequence.
Suppose $$S_n =\sum_{k=1}^n [a+(k-1)d]r^{k-1} $$
then
$$S_n = \frac{a-(a+(n-1)d)r^n}{1-r}+\frac{dr(1-r^{n-1})}{(1-r)^2}$$
Here $a=2, d=4, r=\frac15$
\begin{align}S_n &= \frac{2-(4n-2)0.2^n}{0.8}+\frac{0.8(1-0.2^{n-1})}{0.8^2} \\ &= \frac{2-(4n-2)0.2^n}{0.8}+\frac{(1-0.2^{n-1})}{0.8} \\ &=\frac{3-(4n-2)0.2^n-5\cdot 0.2^n}{0.8}\\ &=\frac{3-(4n-3)0.2^n}{0.8}\\ &=\frac{15-(4n-3)0.2^{n-1}}{4}\end{align}
The derivation of the formula is exactly what you did, just subtract the two expressions.