I would like to evaluate $$\sum_{n=2}^{\infty} \frac{1}{n\log_{2}^{2}\left(n\right)}. $$ I know that $\int_2^{\infty} \frac{1}{n\log_2^2{n}} = \log{2}$ so my guess is that the answer is close to that. However numerically it seems to be very close to $1$. Is it in fact $1$?
Using maple limit(sum(1/(n*log[2](n)^2),n=2..i), i=infinity); gives
$$\frac{48 \ln^2{2} - 48 O(1) \ln{2} + 13\ln{2} + 2}{48 \ln{2}}$$
however I have no idea how to interpret this.