Denote $\log^{\circ j}$ to be $\log$ composed with itself $j$ times, i.e. $$\log^{\circ 0}(n) = n,\ \ \log^{\circ 1}(n) = \log(n),\ \ \log^{\circ 2}(n) = \log(\log(n))$$ and so on.
As stated in Julien Clancy's answer to this question, the following series diverges for every $k$: $$\sum_{i=2}^\infty \frac{1}{\prod_{j=0}^{k}\log^{\circ j}(n)} = \infty$$
and the following series converges for every $k$: $$\sum_{i=2}^\infty \frac{1}{\log^{\circ k}(n)\prod_{j=0}^{k}\log^{\circ j}(n)} < \infty$$
For example, when $k=2$ we have: $$\sum_{i=2}^\infty \frac{1}{n\cdot \log(n)\cdot \log(\log(n))} = \infty$$ but $$\sum_{i=2}^\infty \frac{1}{n\cdot \log(n)\cdot \log(\log(n))^2} < \infty$$
Intuitively, by increasing $k$ the first series becomes very close to converging, but it still diverges for all $k$.
This naturally raises the question - Is the (first) series still diverging when $k$ is increasing with $i$? More rigorously, is the following series diverges: $$\sum_{i=2}^\infty \frac{1}{\prod_{j=0}^{i}\log^{\circ j}(n)}$$
The usual condensation test approach seems hopeless here. Maybe comparing the series to an integral could work. I don't even have any intuition whether this should diverge or converge!
\log^{\circ j}
). By $\log$, do you mean $\ln$? – J.G. Mar 19 '23 at 20:09