Computation of the Totient Summatory Function
Lucas Augustus Brown

TL;DR
This paper introduces an efficient algorithm to compute the sum of Euler's totient function up to n, significantly improving computational speed for large n, demonstrated by calculating ^{19}.
Contribution
It presents a novel algorithm with sublinear time complexity for summing totient values, based on the Dirichlet hyperbola method and Mertens function.
Findings
Algorithm computes ^{19} in feasible time
Time complexity is approximately ^{2/3}
Space complexity is approximately ^{1/3}
Abstract
An algorithm is devised for computing in time and space . The starting point is an existing algorithm based on the Dirichlet hyperbola method and the Mertens function. The algorithm is then used to compute .
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.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsPolynomial and algebraic computation · Advanced Combinatorial Mathematics · Advanced Mathematical Identities
