Prove that $f_n(x) = \left(\frac{x}{n}\right)^ne^{-x}$ converges uniformly at $[1,\infty)$.
So for every $x$, there's $N\in\mathbb{N}$, such that for all $n>N$: $\frac{x}{n} < 1$. Therefore, easy to see that for every $x$: $$\lim_{n\to\infty} f_n(x) = 0$$
Hence, we can tell that $f_n(x)$ converges pointwise to $0$.
Now, I've looked at $f_n'(x)$ and compared it to $0$ looking for a maximum point. I've found that when $x=n$, $f_n'(x)$ has a maximum.
So, $$\lim_{n\to\infty} f_n(n) = e^{-x} \ne 0$$.
Did I just prove $f_n(x)$ doesn't converge uniformly on $[1,\infty)$ (because according the answer, it actually does).
Note $f_n(n) = e^{-n}$, not $e^{-x}$.