cp's OEIS Frontend

This is a front-end for the Online Encyclopedia of Integer Sequences, made by Christian Perfect. The idea is to provide OEIS entries in non-ancient HTML, and then to think about how they're presented visually. The source code is on GitHub.

A339253 Decimal expansion of the unique real nontrivial zero of the Fredholm series, i.e., the complex equation Sum_{k>=0} z^(2^k) = 0 (negated).

Original entry on oeis.org

6, 5, 8, 6, 2, 6, 7, 5, 4, 3, 0, 0, 1, 6, 3, 9, 2, 2, 4, 1, 3, 4, 7, 2, 8, 3, 0, 5, 7, 9, 5, 0, 1, 6, 4, 5, 9, 4, 0, 9, 3, 2, 7, 9, 6, 2, 2, 0, 4, 3, 6, 5, 8, 7, 0, 6, 2, 8, 0, 4, 7, 7, 7, 7, 3, 7, 4, 5, 8, 6, 8, 2, 9, 9, 9, 7, 5, 1, 3, 0, 2, 2, 4, 0, 7, 5, 9
Offset: 0

Views

Author

Amiram Eldar, Nov 28 2020

Keywords

Comments

The trivial zero is z = 0.
This constant was found by Mahler (1980), who also found 3 pairs of conjugate complex zeros, and later (1982) 5 more pairs.
Zannier and Veneziano (2020) proved that there are infinitely many complex zeros in the complex unit disk.

Examples

			-0.65862675430016392241347283057950164594093279622043...
		

References

  • David Masser, Auxiliary Polynomials in Number Theory, Cambridge University Press, 2016. See pp. 27-29.

Crossrefs

Programs

  • Mathematica
    m = 10; RealDigits[x /. FindRoot[Sum[x^(2^k), {k, 0, m}] == 0, {x, -0.65}, WorkingPrecision -> 120], 10, 100][[1]]