0

Let $a_n$ be a sequence of positive numbers. Suppose $\limsup(na_n) = 1$. Does this mean $\sum a_n$ diverges?

I have only concluded this if the limit superior is in fact the limit of the sequence. Also, I have managed to prove this if the limit inferior is strictly greater than $0$ (but then it is true for every limit superior)

Joshhh
  • 2,438

1 Answers1

7

No. Consider $a_n=1/n$ while $n=2^k$ for some $k$, and $a_n=1/n^2$ while $2^k<n<2^{k+1}$.

lostlife
  • 486
  • Why does this series converges? – Joshhh Jun 14 '16 at 09:33
  • You need to calculate it carefully. $\sum_n a_n<\sum_k 1/2^k+\sum_n1/n^2$ – lostlife Jun 14 '16 at 09:34
  • OK, so after you posted this, here is my attempt: If $k$ is the greatest such that $2^k < m$, then $S_m = \sum\limits_{j=1}^{k+1}\frac{1}{2^j} + \sum\limits_{j\neq 2^l}\frac{1}{n^2} < \sum\limits_{j=1}^m\frac{1}{2^j} + \sum\limits_{j=1}^m\frac{1}{n^2}$, and the rightmost expression converges, hence from the comparison the series converges. Is this ok? – Joshhh Jun 14 '16 at 09:57
  • Sorry, the fraction in the second sums is $\frac{1}{j^2}$ – Joshhh Jun 14 '16 at 10:03
  • @Joshhh 6 years too late, but it is ok (except for writing $(k+1)$ rather than $k$ in $S_m=\cdots$) – FShrike Dec 13 '22 at 22:21