How can I compare $(\log^*n)!$ with $(n\log n)^b$? I know that $n^b<n!$.
Asked
Active
Viewed 40 times
1
-
Your question has nothing to do with algorithms per se. – Yuval Filmus Jan 14 '21 at 07:55
1 Answers
2
For sufficiently large values of $n$, and $b>0$:
$$ ( \log^*n )! < ( \log \log n )! < (\log \log n)^{\log \log n} = 2^{(\log\log n) \log \log \log n} \in o(2^{b \log n}) \subset o( (n \log n)^b ). $$

Steven
- 29,419
- 2
- 28
- 49