Showing that $\sum_{n=3}^\infty\frac1{n(\log n)(\log\log n)}$ diverges

4.9k Views Asked by At

I know that the series diverge, I'm just having hard time showing it.

$$\sum_{n=3}^\infty\frac1{n(\log n)(\log\log n)}$$

Thanks in advance

3

There are 3 best solutions below

2
On

HINT: Use the integral test. There’s a nice $u$-substitution available to handle the integral.

1
On

Hint: Use the comparison test with 1/log(n)

1
On

The Cauchy Condensation Test will do it.

If you have not seen it, here is what it says. Suppose that $f(n)$ is positive nonincreasing. Then $\sum_{a}^\infty f(n)$ converges if and only if $\sum_a^\infty 2^nf(2^n)$ converges.

In our case, we have $f(n)=\frac{1}{n\log n\log\log n}$. Thus $2^n f(2^n)=\frac{1}{(n\log 2)(\log n+\log\log 2)}$. The divergence of $\sum 2^n f(2^n)$ now follows from the possibly familiar fact that $\sum_2^\infty \frac{1}{n\log n}$ diverges. If that fact is not familiar, we can use Cauchy Condensation again.