Which function grows faster: $(n!)!$ or $((n-1)!)!\ (n-1)!^{n!}?$ [Show using logarithms.]
This is exercise 2(c) from chapter 9 of Concrete Mathematics (Knuth, Patashnik, Graham). A few computer calculations and one can see that the former grows much faster, and the answer section suggests using logarithms to show that it does indeed.
The farthest I have gone with this question is $\ln(((n-1)!)!\ (n-1)!^{n!}) \asymp \ln((n-1)!^{n!})$. Now, if I can show $\ln((n-1)!^{n!})\prec\ln((n!)!),$ the conclusion will follow.