An amortized-complexity method to compute the Riemann zeta function
G.A. Hiary

TL;DR
The paper introduces a practical, elementary method for computing the Riemann zeta function at many points within a specific interval, achieving near-optimal complexity with advantages in simplicity and implementation.
Contribution
It presents a new amortized-complexity algorithm for computing the Riemann zeta function efficiently over short intervals, avoiding complex tools like FFT.
Findings
Method achieves $T^{1/4+o(1)}$ complexity per point.
Implementation results match theoretical complexity predictions.
Method is simple, does not require large storage or FFT.
Abstract
A practical method to compute the Riemann zeta function is presented. The method can compute at any points in using an average time of per point. This is the same complexity as the Odlyzko-Sch\"onhage algorithm over that interval. Although the method far from competes with the Odlyzko-Sch\"onhage algorithm over intervals much longer than , it still has the advantages of being elementary, simple to implement, it does not use the fast Fourier transform or require large amounts of storage space, and its error terms are easy to control. The method has been implemented, and results of timing experiments agree with its theoretical amortized complexity of .
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsAnalytic Number Theory Research · Coding theory and cryptography · Advanced Mathematical Identities
