I wanted to test the convergence of the series $$\sum_{n=3}^{\infty}\frac{1}{(\log\log n)^{\log n}}.$$ First I, apply the Cauchy condensation test i.e., $\displaystyle\sum_{n=3}^{\infty}\frac{2^n}{(\log\log 2^n)^{\log2^n}}$ which is same as $\displaystyle\sum_{n=3}^{\infty}\frac{2^n}{[\log(n\log2)]^{n\log 2}}$.
Next apply, root test i.e., $\displaystyle \lim_{n\to \infty}\left[\frac{2^n}{[\log(n\log2)]^{n\log 2}}\right]^{1/n}$ which becomes $\displaystyle \lim_{n\to \infty}\frac{2}{[\log(n\log2)]^{\log 2}}=0<1$, by root test the series $\displaystyle\sum_{n=3}^{\infty}\frac{2^n}{[\log(n\log2)]^{n\log 2}}$, converges, hence Cauchy Condensation test the series $\displaystyle\sum_{n=3}^{\infty}\frac{1}{(\log\log n)^{\log n}}$ converges.
Is this correct? or any other simple technique available?