I am trying to solve this problem which is regarding evaluating summation:
$$\sum_{k=1}^{\infty}\frac{6^{k}}{(3^{k}-2^{k})(3^{k+1}-2^{k+1})}$$
Points to note:
- It seems to be telescopic summation (very likely) and I am trying to create a telescopic series by which I can directly then substitute $k$ and solve the problem.For this I currently tried to break $\frac{6^{k}}{(3^{k}-2^{k})(3^{k+1}-2^{k+1})}$ into partial fractions so dealing with them becomes simpler.
- For me second problem is dealing with $\infty$ sign as I have never before dealt with a telescopic summation where infinity is involved.So please do explain do explain how do I deal with that too.
Guys I got the solution by breaking into partial fraction.Is there some other way possible too for solving it?
Thanks a lot for help.