I have the following problem: $$\sum_{k=1}^{\infty}\frac{2^{k}k!}{k^{k}}$$
I only need to find whether the series converges or diverges. My initial thinking was to use the ratio test. I hit a stump after simplifying my limit, though:
$$\lim_{k}\frac{2k^{k}(k+1)}{(k+1)^{k+1}}$$
Normally I'd just derive by L'Hopital's Rule, but the derivative is pretty long and complicated. I doubt that's the correct route.