3

if we consider the series $\sum_{n\geq 1}{\frac{(-1)^{\lfloor| n-\ln n |\rfloor}}{n}}.$

It seems like an example of Leibniz, but here we have ${\lfloor | n-\ln n |\rfloor}$ which is annoying, how can we prove if it is convergent or divergent?

1 Answers1

3

The sum is equal to $$ \sum_{k=0}(-1)^k\sum_{e^{k-1}\lt n\le e^k}\frac{(-1)^n}{n}\tag{1} $$ By the Alternating Series Test, $$ \left|\,\sum_{e^{k-1}\lt n\le e^k}\frac{(-1)^n}{n}\,\right|\le e^{1-k}\tag{2} $$ Thus, by Comparison with a Geometric Series, the outer alternating sum in $(1)$ converges absolutely.

robjohn
  • 345,667