Are there any series whose convergence is unknown?

37k Views Asked by At

Are there any infinite series about which we don't know whether it converges or not? Or are the convergence tests exhaustive, so that in the hands of a competent mathematician any series will eventually be shown to converge or diverge?

EDIT: People were kind enough to point out that without imposing restrictions on the terms it's trivial to find such "open problem" sequences. So, to clarify, what I had in mind were sequences whose terms are composed of "simple" functions, the kind you would find in an introductory calculus text: exponential, factorial, etc.

4

There are 4 best solutions below

7
On BEST ANSWER

It is unknown whether the Flint Hills series $$ \sum_{n=1}^\infty\frac{1}{n^3\sin^2n} $$ converges or not. The difficulty here is that convergence depends on the term $n\sin n$ not being too small, which in turn depends on how well $\pi$ can be approximated by rational numbers. It is possible that, if $\pi$ can be approximated `too well' by rationals, then this will diverge. See this MathOverflow question for a discussion of this particular series.

Another even simpler example of a sequence (no summation) for which it is not known whether it converges or not is $$ x_n=\frac{1}{n^2\sin n}. $$ We would expect this to tend to zero, but the proof is beyond what is currently known. Suppose that there were only finitely many rational numbers $p/q$ with $\vert p/q-\pi\vert\le q^{-3+\epsilon}$ (for any $\epsilon > 0$), then $x_n$ would tend to zero at rate $O(n^{-\epsilon})$. If, on the other hand, there were infinitely many rationals satisfying $\vert p/q-\pi\vert\le q^{-3-\epsilon}$, then infinitely many $x_n$ would be of order at least $n^\epsilon$, so it diverges. This can be expressed in terms of the irrationality measure of $\pi$. The sequence $x_n$ converges to zero if the irrationality measure of $\pi$ is less than 3, and diverges if it is geater than 3. Currently, the best known bound for the irrationality measure is that it is no more than about $7.6063$* (see the link to the mathworld page above). It is expected that the irrationality measure of $\pi$ is 2 (it is known that all but a zero-measure set of real numbers have irrationality measure 2). Therefore, it is expected that $x_n$ tends to zero, but there is currently no proof of this.

[* The best known bound for the irrationality measure, as listed on the mathworld page, has been improved! It is now 7.10320533, according to the (not yet peer-reviewed) paper by Zeilberger and Zudlin, 2019. This is still much too small an improvement to say whether or not the sequence above converges.]

3
On

As kind of a joke answer, but technically correct, and motivated by Chandru's deleted reply, $$\sum_{n=0}^\infty \sin(2\pi n!\,x)$$ where $x$ is the Euler-Mascheroni constant, or almost any other number whose rationality has not been settled. (If $x$ is rational, the series converges. The implication does not go the other way.)

1
On

Reuns answer would be: $$\displaystyle \sum_{n=2}^{\infty} \left( \underbrace{-\frac{1}{\sqrt{n} \log^{3+\epsilon}(n)}+\underset{a = n}{\sum_{a \geq 2}} \frac{\log(a)}{\sqrt{n}\log^{3+\epsilon}(n)} - \underset{ab = n}{\sum_{a \geq 2} \sum_{b \geq 2}} \frac{\log(a)}{\sqrt{n}\log^{3+\epsilon}(n)} + \underset{abc = n}{\sum_{a \geq 2} \sum_{b \geq 2} \sum_{c \geq 2}} \frac{\log(a)}{\sqrt{n}\log^{3+\epsilon}(n)} - \underset{abcd = n}{\sum_{a \geq 2} \sum_{b \geq 2} \sum_{c \geq 2} \sum_{d \geq 2}} \frac{\log(a)}{\sqrt{n}\log^{3+\epsilon}(n)} + \cdots}_{\text{number of alternating sums} > \frac{\log(n)}{\log(2)}} \right)$$

Mathematica: https://pastebin.com/gxAE6ZgY

1
On

The Riemann hypothesis is equivalent to: $$\lim_{n\to \infty } \, \frac{\sum\limits_{k=1}^n \lambda (k)}{n^{\frac{1}{2}+\epsilon}}=0$$ where $\lambda(k)$ is the Liouville Lambda function.

This in turn can be rewritten as:

$$\lim\limits_{n \rightarrow \infty}\frac{1}{n^{\frac{1}{2}+\epsilon}}\left(\underbrace{\underset {a^2 \leq n} {\sum_ {a\geq 1}} 1 - \underset {a^2 b \leq n} {\sum_ {a\geq 1}\sum_{b\geq 2}} 1 + \underset {a^2 bc \leq n} {\sum_ {a\geq 1}\sum_ {b\geq 2}\sum_ {c\geq 2}} 1 - \underset {a^2 bcd \leq n} {\sum_ {a\geq 1}\sum_ {b\geq 2}\sum_ {c\geq 2}\sum_ {d\geq 2}} 1 + \cdots}_{\text{number of alternating sums} > \frac{\log(n)}{\log(2)}}\right)=0$$