I've seen this being asked, but I didn't find anything useful for me to solve the problem. I've seen people saying that it can be solved using the equivalence $ (1+ \frac{1}{n})^n = \sum_1^n \frac{1}{k!}$, but I don't get how you can just move things out of the summation and limit to cancel them out (which is what they did to show that the two things are equivalent).
I'm thinking of proving it by proving that the sequence is increasing and bounded above. I can prove that it's bounded above by showing that it's less than $\sum_1^n \frac{1}{k!}$ since, $$\big(1+ \frac{1}{n}\big)^n = \sum_1^n \big(\frac{1}{k!}\big)\big(\frac{n-1}{n}\big)\big(\frac{n-2}{n}\big)\ldots < \sum_1^n \frac{1}{k!}$$and that $\sum_1^n \frac{1}{k!}$ is bounded above (by comparing with the geometric series $(1/2^n$), but I have no idea how to prove it's increasing. What should I do?