Find for which values of $n \in \mathbb{N}$ it holds that $$n < e^{6 \sqrt{n}}.$$
I tried to use the inequality $(1 + x) \leq e^x$, but from this, I can only find that the inequality holds for $n > 36$. But I need to get $n$ as small as possible.
I also tried the induction on $n$, but I stucked in the induction step. In particular, in showing that $e^{6\sqrt{n}} + 1 \leq e^{6\sqrt{n+1}}$.
I appreciate any help and suggestions.