I faced the following problem which says:
The largest term in the sequence $x_n=\frac {1000^n}{n!}$ for $n=1,2,3,.......$ is which of the following ?
$1.$ is $x_{999}$
$2.$ is $x_{1001}$
$3.$ is $x_{1}$
$4.$ does not exist.
My Attempt: I see that $x_n-x_{n-1}=\frac {1000^{n-1}}{(n-1)!} \times ( \frac {1000}{n}-1).$ Now It is clear that $x_{n-1} < x_n$ if $n<1000.$ So $x_{998}<x_{999}=x_{1000}.$ But the sequence is a decreasing sequence for $n > 1000.$
I am not sure how to progress hereon or draw a conclusion from what I have found out. Can someone point me in the right direction?Thanks in advance for your time.