I couldn't find any answer on the internet so I came here, I'm trying to understand how $2^{n\log_2n}=n^n$
I know that $n^n=e^{\ln{n^n}}=e^{n\ln{n}}$
So far I've got $2^{n\log_2n}=2^{\log_2{n^n}}=2^{\frac{\ln{n^n}}{\ln2}}$
Then I'm stuck, I'm not even sure I'm going the good way..
Thanks in advance
$\log_2(x)$ is defined to be the number $y$ such that $2^y = x$.
Therefore $$2^{n \log_2(n)} = \left(2^{\log_2(n)}\right)^n = n^n$$
Your way will work, but you need to write the bottom $2$ as $e^{\ln(2)}$ before you can make progress.