I need to "study the limit behavior of the following sequence" and then compute the limit. The sequence is $a_n=\frac{n}{\sqrt[n]{n!}} $. This can also be written as $(\frac{n^n}{n!})^{(1/n)}$ I tried to prove it was monotonic because I felt that the sequence was increasing, and I ended up with a great mess, so I tried to prove the sequence was Cauchy and got stuck:
To prove the sequence is Cauchy, for $\epsilon>0,\exists N$ such that $m,n>N$ implies $|a_m-a_n|<\epsilon$ $$|a_m-a_n|=\bigg|\bigg(\frac{m^m}{m!}\bigg)^{1/m}-\bigg(\frac{n^n}{n!}\bigg)^{1/n}\bigg|\leq\bigg|\bigg(\frac{m^m}{m!}\bigg)^{1/m}\bigg|+\bigg|\bigg(\frac{n^n}{n!}\bigg)^{1/n}\bigg|=\bigg(\frac{m^m}{m!}\bigg)^{1/m}+\bigg(\frac{n^n}{n!}\bigg)^{1/n}=\frac{m}{m!^{1/m}}+\frac{n}{n!^{1/n}}\leq\frac{m}{m^{1/m}}+\frac{n}{n^{1/n}}<m+n$$ Which seems to be really wrong, except I don't know what else to do. Also I went on to compute the limit: Let $s_n=\frac{n^n}{n!}$ and recall that $\lim |\frac{s_{n+1}}{s_n}|=L=\lim|s_n|^{1/n}$ $$\bigg|\frac{s_{n+1}}{s_n}\bigg|=\bigg|\frac{(n+1)^{n+1}}{(n+1)!}*\frac{n!}{n^n}\bigg|=\frac{(n+1)^{n+1}}{(n+1)!}*\frac{n!}{n^n}=\bigg(\frac{n+1}{n}\bigg)^n=(1+\frac{1}{n})^n.$$ $$\lim|\frac{s_{n+1}}{s_n}|=\lim(1+\frac{1}{n})^n=e=L=\lim|s_n|^{1/n}=\lim a_n$$ Any help please?