First of all,
$\cos\left(\frac{k}{n}\right)^{\frac{2n^2}{k}}\leq e^{-k}
$
is equivalent to
$\cos\left(\frac{k}{n}\right)
\leq e^{-k^2/2n^2}
$
which follows from
$e^{-x}
\ge 1-x+x^2/2$
for $\frac12 \ge x \ge 0$
(so
$e^{-k^2/2n^2}
\ge 1-k^2/(4n^2)+k^4/(8n^4)
$)
and
$\cos(x)
\le 1-x^2/2+x^4/24$
(so
$\cos(k/n)
\le 1-k^2/(2n^2)+k^4/(24n^4)
$).
Note that we have to go
to the $x^4$ term.
Then
$u_n
=\sum_{k=1}^n\cos\left(\frac{k}{n}\right)^{\frac{2n^2}{k}}
\le\sum_{k=1}^n e^{-k}
\lt \frac{1}{e-1}
$
so
$u_n$ is a bounded sequence.
However,
we have not yet shown
that
$u_n$ is increasing.
Instead
I will show that
$u_n
\to \frac{1}{e-1}
$
with too much computation.
We have
$\cos\left(\frac{k}{n}\right)^{\frac{2n^2}{k}}
\ge \left(1-k^2/(2n^2)\right)^{\frac{2n^2}{k}}
= \left(\left(1-k^2/(2n^2)\right)^{\frac{2n^2}{k^2}}\right)^k
$.
For $0 < x \le \frac12$,
$\begin{array}\\
-\ln(1-x)
&=\sum_{k=1}^{\infty} \dfrac{x^k}{k}\\
&=x+\sum_{k=2}^{\infty} \dfrac{x^k}{k}\\
&\lt x+\sum_{k=2}^{\infty} \dfrac{x^k}{2}\\
&=x+\dfrac{x^2}{2(1-x)}\\
&\le x+x^2/4\\
\end{array}
$
or
$\ln(1-x)
\ge -x-x^2/4
$.
Therefore,
for $0 < x \le \frac12$,
$(1-x)^{1/x}
=\exp((1/x)\ln(1-x))
\ge\exp(-(1/x)(x+x^2/4))
=\exp(-1-x/4)
$
so
$\left(1-k^2/(2n^2)\right)^{\frac{2n^2}{k^2}}
\ge \exp(-1-k^2/(8n^2))
$
so
$\left(\left(1-k^2/(2n^2)\right)^{\frac{2n^2}{k^2}}\right)^k
\ge \exp(-k-k^3/(8n^2))
$
so
$u_n
=\sum_{k=1}^n\cos\left(\frac{k}{n}\right)^{\frac{2n^2}{k}}
\ge\sum_{k=1}^n \exp(-k)\exp(-k^3/(8n^2))
$.
I will now split the sum
into two parts:
$[1, n^c]$
and
$(n^c, n]$
where
$0 < c < 1$.
If
$k > n^{c}$,
all the terms are positive,
so that sum is positive.
For the rest of $u_n$,
since
$e^{-x}
\gt 1-x
$,
$\begin{array}\\
\sum_{k=1}^{n^{c}} \exp(-k)\exp(-k^3/(8n^2))
&\gt \sum_{k=1}^{n^{c}} \exp(-k)(1-k^3/(8n^2))\\
&= \sum_{k=1}^{n^{c}} \exp(-k)-\sum_{k=1}^{n^{c}} \exp(-k)k^3/(8n^2)\\
&= \sum_{k=1}^{n^{c}} \exp(-k)-\sum_{k=1}^{n^{c}} \exp(-k)n^{3c-2}/8\\
&\gt \sum_{k=1}^{n^{c}} \exp(-k)-\frac{n^{3c-2}}{8}\sum_{k=1}^{n^{c}} \exp(-k)\\
\end{array}
$
and the first term
approaches
$\sum_{k=1}^{\infty} \exp(-k)
=\frac{1/e}{1-1/e}
=\frac{1}{e-1}
$
and the second term
is less than
$\frac{n^{3c-2}}{8(e-1)}
$
which goes to zero
if
$c < \frac23$.
Therefore
the sum approaches
$\frac{1}{e-1}$.
Whew.
That was harder than I
thought it would be.
Hope that it's correct.