I was graphing $n^{0.01}$ for huge values of $n$ and noticed this function grows incredibly slow, much slower then $\log(n)$ it appeared from the graph. So my initial thought was that
$$n^{0.01}\in\mathcal O(\log(n))$$
$$\log^x(n)\in \mathcal O(n^y)$$
for any fixed constant $x > 0$ and $y > 0$, which made me think my initial thought was wrong.
