How would one calculate following
$$\sum_{k=2}^\infty \frac{k^2+3k}{k!}$$
I searched youtube for tutorials (patricJMT and other sources) where I usually find answers for my math problems, I think I am supposed to use Differentiation but in example there is no exponent.
$\displaystyle\frac{k^2+3k}{k!}=\frac{k(k-1)+4k}{k!} =\frac1{(k-2)!}+4\cdot\frac1{(k-1)!}$ for $k\ge2$
So, $\displaystyle\sum_{k=2}^{\infty}\frac{k^2+3k}{k!}=\sum_{k=2}^{\infty}\frac1{(k-2)!}+4\sum_{k=2}^{\infty}\frac1{(k-1)!}$
$=\displaystyle\sum_{m=0}^{\infty}\frac1{m!}+4\left(\sum_{n=0}^{\infty}\frac1{n!}-\frac1{0!}\right)$
Now we know $\displaystyle\sum_{r=0}^{\infty}\frac{x^r}{r!}=e^x$
More generally if the numerator is of the form $\displaystyle a_0+a_1n+a_2n^2+a_3n^3+\cdots,$
we can express it as $\displaystyle b_0+b_1n+b_2n(n−1)+b_3n(n−1)(n−2)+\cdots$