I have to find a number $N$ such that the sum
$$\sum_{n=3}^N \dfrac{1}{n(\log_2 n)(\log_2\log_2 n)} > 10.$$
I know that the series $$\sum_{n=3}^{\infty} \dfrac{1}{n(\log_2 n)(\log_2\log_2 n)}$$ diverges by using the Cauchy Condensation Test. However, it diverges very slowly. For example, when I take $N=100$, the sum is even less than 1.
So, I don't know how to find the number $N$ such that the sum is greater than 10.
Any help is highly appreciated.
Since your function is monotonically decreasing, we know that $$ \int_3^N\frac{1}{x\log_2(x)\log_2\log_2(x)}dx < \sum_{n=3}^N \frac{1}{x\log_2(x)\log_2\log_2(x)} $$ This integral can be evaluated $$ \int_3^N\frac{1}{x\log_2(x)\log_2\log_2(x)}dx = \log(2)^2\log_2(\log_2(\log_2(x)))|_3^N $$ We want to find $N$ such that $$ \log(2)^2\log_2(\log_2(\log_2(N)))-\log(2)^2\log_2(\log_2(\log_2(3)))>10 $$
And now from here you can play around with the inequality and algebra to get a bound for $N$