Sorry if this is a silly question, but I'm trying these types of questions for the first time today.
I have a series and I'm told to check if it's convergent or divergent. The series is:
$1+\frac{2^2}{2!}+\frac{3^2}{3!}+... = \sum_{k=1}^\infty\frac{k^2}{k!}$
I simplified the nth term as $a_n=n/(n-1)!$
Now I'm not sure how to proceed further. Not allowed to use D'Alembert's ratio test yet.
Any help is appreciated.
I think your second test is known to me as the Limit Comparison Test. Let's use that. I assume you know already that the series $\sum_{k=1}^\infty \frac 1{k!}$ converges. Let $a_k = \frac{k^2}{k!}$. For $k \ge 2$, let $b_k = \frac{1}{(k-2)!}$. Then we have the following.
$$\lim_{k\to\infty}\frac{a_k}{b_k} = \frac{k^2}{k!}\cdot\frac{(k-2)!}{1} = \lim_{k\to\infty} \frac{k^2}{k(k-1)} = 1.$$
It's easy to see that $\sum b_k$ converges, so by the Limit Comparison Test, $\sum a_k$ does too.