Draw at random a permutation $\pi$ in the set of permutations of $n$ elements, $S_n$, with probability, $$ P(\pi)= \frac{N^{L(\pi)}}{ \sum_{\pi \in S_n} N^{L(\pi)} }, $$ where $ L(\pi)$ is the number of cycles in $\pi$, and $N$ is an integer.
How does the expectation of the random variable $L$ grow with $n$ for any positive integer $N$?
In the case $N=1$ the solution can be found here: Name Drawing Puzzle
I guess for the solution should use the Stirling numbers of the first kind, which allow the computation of the number of permutations with a given number of cycles...