Question : Find the sum of series :- 3/1.2.4 + 4/2.3.5 + 5/3.4.6 .............. n terms
I'm not familiar with decimal numbers having TWO decimal points in them. Are you perhaps using the decimal point in place of the "times" symbol? If so, try
here to refresh on standard mathematical formatting in text-only environments.
Assuming that the "point" means "times", you have:
. . . . .\(\displaystyle \mbox{Find the sum of the first }\, n\, \mbox{ terms: }\, \dfrac{3}{1\, \cdot\, 2\, \cdot\, 4}\, +\, \dfrac{4}{2\, \cdot\,3\, \cdot\,5}\, +\, \dfrac{5}{3\, \cdot\, 4\, \cdot\, 6}\, +\, ...\)
My attempt :- Since nth term of series is (n+2)/n(n+1)(n+3), I have to find ∑(n+2)/n(n+1)(n+3)
I decomposed it into partial fractions as :-
∑ 2/3n - 1/2(n+1) - 1/6(n+3)
Decomposition is probably a smart idea, and leads to:
. . . . .i=1∑n(3i2−2(i+1)1−6(i+3)1)
Now try working with indices. For instance:
. . . . .i=1∑n6(i+3)−1=−61i=1∑ni+31
Adjusting the indices a bit, we get:
. . . . .i=1∑ni+31=i=4∑n+3i1
Does this help at all?
(By the way, you can check your results
here.)