$$1 + {1 \over 2} + {1 \over 3} + {1 \over 4} + \cdots \sim O(\log n)$$
$${1 \over 2} + {1 \over 3} + {1 \over 5} + {1 \over 7} + \cdots \sim O(\log\log n)$$
$$\text{???} \sim O(\log\log\log n)$$
Are there any divergent series (each of terms is greater than zero) with upper condition?
+Added] Each of terms must be a rational number.
(Sorry, I'm not familiar with English and MathJax, so there may be awkward expressions.)