determine the convergence of $$ \sum_{n=1}^{\infty} \frac{n !}{n !+3} $$
I tried using the ratio test and also for n! , I use Stirling approximation.Still I got stuck.
determine the convergence of $$ \sum_{n=1}^{\infty} \frac{n !}{n !+3} $$
I tried using the ratio test and also for n! , I use Stirling approximation.Still I got stuck.
A series $\sum a_n$ cannot converge unless $a_n \to 0$. Here $a_n \to 1$ so it is not convergent.
Since $\lim_{n\to\infty}\frac{n!}{n!+3}=1\ne0$, your series diverges.
Upper bound (take $n!+3 \geq n!$): $a_n \leq 1$, so $\sum_{n}a_n \to_n \infty$
Lower bound (take $n! + 3 \leq 2 n!): a_n \geq \frac{1}{2}$, so $\sum_n a_n \to_n \infty$
So the sum diverges. In fact only the lower bound would do.