Trying to simplify the following expressions in $n$ to find its order of growth. I want to show the simplification separately from the order of growth
$\sum_{k=1}^{n} k \log k = \Theta(n^2 \log n)$
Any help with solving this one ? :( lost. Can someone break it down it stages please