Prove that the sequence $a_n=\frac{n+1}{n!}$ is decreasing after the second term.
I thought that if $a_{n+1}<a_n$ then it is decreasing
After some work , $$\frac{n+2}{n+1}<n+1$$
Then im not sure where to go in order to prove this .
Prove that the sequence $a_n=\frac{n+1}{n!}$ is decreasing after the second term.
I thought that if $a_{n+1}<a_n$ then it is decreasing
After some work , $$\frac{n+2}{n+1}<n+1$$
Then im not sure where to go in order to prove this .
Hint: $$\frac{n+1}{n!} = \frac{1}{(n-1)!}+\frac{1}{n!}.$$
Calculate $\dfrac{a_{n+1}}{a_n}$. We have $$\frac{a_{n+1}}{a_n}=\frac{(n+2)/(n+1)!}{(n+1)/n!}=\frac{n+2}{(n+1)^2}.$$
We want to show that $\dfrac{n+2}{(n+1)^2}\lt 1$ if $n\ge 1$. Equivalently, we want to show that $(n+1)^2\gt n+2$. Since $(n+1)^2=n(n+2)+1$, it is clear that $(n+1)^2\gt n+2$ if $n\ge 1$.