I need to calculate the sum of the infinite power series
$$\sum_{k=0}^\infty\frac{2^k(k+1)k}{3e^2k!}$$
I was thinking of using the exponential function power series expansion formula
$$e^x=\sum_{n=0}^\infty\frac{x^n}{n!}$$
but still not sure how to deal with the initial expression to make use of the formula.
hint
For $ k\ge 2 $, Replace $(k+1)k $ by
$$k(k-1)+2k$$
to get $$\frac{2^kk(k+1)}{k!}=4\Bigl(\frac{2^{k-2}}{(k-2)!}+\frac{2^{k-1}}{(k-1)!}\Bigr)$$