4

Is there some increasing function $f(n)$ that grows slower than $n^{c}$ for some $c > 1$ such that $\sum_{n=1}^{\infty} \frac{1}{f(n)}$ converges?

2 Answers2

7

Yes, $f(n)=n(\log(n))^2$. (Of course you can ignore the first term where the reciprocal is undefined, and the finitely many terms where it may be bigger than $n^c$ for $c$ close to $1$.)

Jonas Meyer
  • 53,602
6

The answer to your title question, however, is no. That is, given an increasing function $f(n) : \mathbb{N} \to \mathbb{R}$ such that $\sum \frac{1}{f(n)}$ converges, there exists an increasing function $g(n)$ such that

  • $\sum \frac{1}{g(n)}$ converges, and
  • $\lim_{n \to \infty} \frac{g(n)}{f(n)} = 0$.

(Unfortunately the proof escapes me at the moment.)

Qiaochu Yuan
  • 419,620