There is a summation like this, $$\sum_{k=2}^\infty (11k + 7)(k+1)\frac{M^{2k+1}}{(M+N)^{2k+4}}$$ There is a condition that $\frac{N}{M}\ll 1$.
How to replace the summation over $k$ to an integral and come up with the answer $\frac{11}{4N}$.
I checked this answer using Mathematica and it is correct but can't figure how to convert it to an integral and perform the calculation.
Thanks,
The limit of the series as $M$ goes to infinity and $N>0$ is $$\lim_{M\to +\infty}\sum_{k=2}^\infty (11k + 7)(k+1)\frac{M^{2k+1}}{(M+N)^{2k+4}}=\dfrac{11}{4N^3}.$$
Let $x=(M/(M+N))^2$ then, as $M$ goes to infinity, $$x=\frac{1}{(1+N/M)^2}=1-\frac{2N}{M}+O(1/M^2)$$ and $$ \begin{align} \sum_{k=2}^\infty (11k + 7)(k+1)\frac{M^{2k+1}}{(M+N)^{2k+4}}&= \frac{x^2}{M^3}\sum_{k=2}^\infty (11k^2 + 18k+7)x^k\\ &\sim \frac{11}{M^3}\sum_{k=0}^\infty k^2x^k= \frac{11}{M^3}\sum_{k=0}^\infty k^2e^{k\ln(x)}\\ &\sim \frac{11}{N^3}\cdot\frac{N}{M}\sum_{k=0}^\infty \left(\frac{kN}{M}\right)^2e^{-\frac{2kN}{M}}\\&\to\frac{11}{N^3}\int_0^{\infty}t^2e^{-2t}\,dt=\frac{11}{4N^3}.\end{align}$$