$n \cdot \left( \frac{n+1}{2} \right)^{\left( \frac{n+1}{2} \right)} \leqslant \sum_{k=1}^{n} k^k \text{ for } n \in \mathbb{N}$
I've tried to transform the left part of inequality, but nothing worked out: $$n \cdot \left( \frac{n+1}{2} \right)^{\left( \frac{n+1}{2} \right)} = \frac{n \cdot (n+1)^{\frac{n+1}{2}}}{2^{\frac{n+1}{2}}}$$ and then $$n \cdot (n+1)^{\frac{n+1}{2}} \leqslant 2^{\frac{n+1}{2}} \cdot \sum_{k=1}^{n} k^k$$
I will be very grateful if you give me some ideas how to transform this inequality in order to prove.
P.S There you can find what is Jensen's inequality.