0

Let $S_k = \sum\limits_{n=1}^{k}a_n$ be a series. Is there any example that $\lim\limits_{k\rightarrow\infty}S_{2k}$ exists but $\sum\limits_{n=1}^{\infty}a_n$ is convergent.

Aseon
  • 33

1 Answers1

1

Yes. Counter-example is easy to construct.

We try to choose $(a_{n})$ such that $S_{n}=\begin{cases} n, & \mbox{if }n\mbox{ is odd}\\ 0, & \mbox{if }n\mbox{ is even} \end{cases}.$ This is possible by solving equations. For example, $a_{1}=S_{1}=1$, $a_{2}=S_{2}-S_{1}=-1$, $a_{3}=S_{3}-S_{2}=3$, etc...

Clearly $\lim_{n\rightarrow\infty}S_{2n}=0$ while $\lim_{n\rightarrow\infty}S_{n}$ does not exist.