Computations of the Mertens function and improved bounds on the Mertens conjecture
@article{Hurst2016ComputationsOT, title={Computations of the Mertens function and improved bounds on the Mertens conjecture}, author={Greg Hurst}, journal={Math. Comput.}, year={2016}, volume={87}, pages={1013-1028} }
The Mertens function is defined as $M(x) = \sum_{n \leq x} \mu(n)$, where $\mu(n)$ is the Mobius function. The Mertens conjecture states $|M(x)/\sqrt{x}| 1$, which was proven false in 1985 by showing $\liminf M(x)/\sqrt{x} 1.06$. The same techniques used were revisited here with present day hardware and algorithms, giving improved lower and upper bounds of $-1.837625$ and $1.826054$. In addition, $M(x)$ was computed for all $x \leq 10^{16}$, recording all extrema, all zeros, and $10^8$ values…
19 Citations
A tale of two omegas
- Mathematics75 Years of Mathematics of Computation
- 2020
It is shown that even though $\omega(n)$ and $\Omega(n), which respectively count the number of distinct and total prime factors of $n$ have the same parity approximately 73.5\% of the time, these summatory functions exhibit quite different behaviors: $L(x)$ is biased toward negative values, while $H(x%) is unbiased.
Another estimating the absolute value of Mertens function
- Mathematics
- 2020
Through an inversion approach, we suggest a possible estimation for the absolute value of Mertens function $\vert M(x) \vert$ that $ \left\vert M(x) \right\vert \sim \left[\frac{1}{\pi…
Oscillations in weighted arithmetic sums
- Mathematics
- 2020
We examine oscillations in a number of sums of arithmetic functions involving $\Omega(n)$, the total number of prime factors of $n$, and $\omega(n)$, the number of distinct prime factors of $n$. In…
Formulas and algorithms for the length of a Farey sequence
- Materials ScienceScientific Reports
- 2021
Several novel formulas for the length of a Farey sequence of order n are proved and one of them is the most efficient algorithm for computing O(n) memory.
New characterizations of the summatory function of the Möbius function
- Mathematics
- 2021
The Mertens function, M(x) := ∑ n≤x μ(n), is defined as the summatory function of the Möbius function for x ≥ 1. The inverse function sequence {g(n)}n≥1 taken with respect to Dirichlet convolution is…
New characterizations of partial sums of the Möbius function
- Mathematics
- 2021
The Mertens function, M(x) ∶= ∑n≤x μ(n), is defined as the summatory function of the classical Möbius function for x ≥ 1. The inverse function g−1(n) ∶= (ω + 1)−1(n) taken with respect to Dirichlet…
An improved sieve of Eratosthenes
- MathematicsMath. Comput.
- 2020
The sieve of Eratosthenes will be able to use it to factor integers, and not just to produce lists of consecutive primes, and also has close ties to Voronoi's work on the Dirichlet divisor problem.
Two elementary formulae and some complicated properties for Mertens function
- Physics
- 2016
Two elementary formulae for Mertens function $M(n)$ are obtained. With these formulae, $M(n)$ can be calculated directly and simply, which can be easily implemented by computer. $M (1) \sim M (2…
Explicit bounds on the summatory function of the M\"{o}bius function using the Perron formula
- Mathematics
- 2022
. We use Perron formula arguments to establish explicit versions of M ( x ) ≪ x , M ( x ) ≪ x log x exp( − c 1 √ log x ), and M ( x ) ≪ x exp( − c 2 √ log x ), where M ( x ) is the Mertens function.…
References
SHOWING 1-10 OF 16 REFERENCES
Disproof of the Mertens conjecture.
- Mathematics
- 1984
The Mertens conjecture states that M(x) 1, where M(x) = n ≤ x Σ μ(n) , and μ(n) is the Mo bius function. This conjecture has attracted a substantial amount of interest in its almost 100 years of…
On the Order of the Mertens Function
- MathematicsExp. Math.
- 2004
Based on the extrema found in the range 104 ≤ x ≤ 101010, it is conjecture that q(x) = ω±,().
The Distribution of the Summatory Function of the Möbius Function
- Mathematics
- 2003
The summatory function of the Möbius function is denoted M(x). In this article we deduce conditional results concerning M(x) assuming the Riemann hypothesis and a conjecture of Gonek and Hejhal on…
Further systematic computations on the summatory function of the Möbius function
- Mathematics
- 2003
textabstractIn the past, the Mertens function M(x), i.e. the sum of the Moebius function ?(n) for 1 <= n <= x, has been computed for x <= 1013. We describe the results obtained by extending this…
Computing the Summation of the Möbius Function
- Computer ScienceExp. Math.
- 1996
We describe an elementary method for computing isolated values of M(x) = Σ n≤x μ(n), where μ is the Mobius function. The complexity of the algorithm is O(x 2/3 (log log x)1/3) time and O(x 1/3(log…
Recursive formulas related to the summation of the mobius function
- Mathematics, Computer Science
- 2008
This paper presents a two-parametric family of recursive formulas for computing M(n), the Mobius function for positive integers n, and some identities and recursive formulas found.
Division by invariant integers using multiplication
- Computer Science, MathematicsPLDI '94
- 1994
This paper presents code sequences for division by arbitrary nonzero integer constants and run-time invariants using integer multiplication using a two's complement architecture, and treats unsigned division, signed division, and division where the result is known a priori.
H-LLL: using householder inside LLL
- Computer ScienceISSAC '09
- 2009
Thanks to the new orthogonalization strategy, H-LLL is the first LLL-type algorithm that admits a natural vectorial description, which leads to a complexity upper bound that is proportional to the progress performed on the basis (for fixed dimensions).
The Theory of the Riemann Zeta-Function
- Mathematics
- 1987
The Riemann zeta-function embodies both additive and multiplicative structures in a single function, making it our most important tool in the study of prime numbers. This volume studies all aspects…
A Successive Approximation Algorithm for Computing the Divisor Summatory Function
- Computer Science
- 2012
An algorithm is presented to compute isolated values of the divisor summatory function in O(n^(1/3) time and O (log n) space using a geometric approach of successive approximation combined with coordinate transformation.