An Algorithm for Ennola's Second Theorem and Counting Smooth Numbers in Practice

08/02/2022
by   Chloe Makdad, et al.
0

Let Ψ(x,y) count the number of positive integers n≤ x such that every prime divisor of n is at most y. Given inputs x and y, what is the best way to estimate Ψ(x,y)? We address this problem in three ways: with a new algorithm to estimate Ψ(x,y), with a performance improvement to an established algorithm, and with empirically based advice on how to choose an algorithm to estimate Ψ for the given inputs. Our new algorithm to estimate Ψ(x,y) is based on Ennola's second theorem [Ennola69], which applies when y< (log x)^3/4-ϵ for ϵ>0. It takes O(y^2/log y) arithmetic operations of precomputation and O(ylog y) operations per evaluation of Ψ. We show how to speed up Algorithm HT, which is based on the saddle-point method of Hildebrand and Tenenbaum [1986], by a factor proportional to loglog x, by applying Newton's method in a new way. And finally we give our empirical advice based on five algorithms to compute estimates for Ψ(x,y).The challenge here is that the boundaries of the ranges of applicability, as given in theorems, often include unknown constants or small values of ϵ>0, for example, that cannot be programmed directly.

READ FULL TEXT

page 1

page 2

page 3

page 4

research
07/23/2018

Two Algorithms to Find Primes in Patterns

Let k> 1 be an integer, and let (f_1(x), ..., f_k(x) ) be k admissible l...
research
07/19/2019

An Algorithm and Estimates for the Erdős-Selfridge Function (work in progress)

Let p(n) denote the smallest prime divisor of the integer n. Define the ...
research
11/08/2022

Numerical analysis of Givens rotation

Generating 2-by-2 unitary matrices in floating-precision arithmetic is a...
research
12/03/2019

The Polynomial Transform

We explore a new form of DFT, which we call the Polynomial Transform. It...
research
11/11/2022

Faster Walsh-Hadamard and Discrete Fourier Transforms From Matrix Non-Rigidity

We give algorithms with lower arithmetic operation counts for both the W...
research
02/02/2021

Sub-Linear Point Counting for Variable Separated Curves over Prime Power Rings

Let k,p∈ℕ with p prime and let f∈ℤ[x_1,x_2] be a bivariate polynomial wi...
research
06/08/2022

Efficient inference for Kendall's tau

Kendall's tau is a nonparametric measure of correlation. We present an e...

Please sign up or login with your details

Forgot password? Click here to reset