On algorithms to calculate integer complexity
Katherine Cordwell, Alyssa Epstein, Anand Hemmady, Steven J. Miller,, Eyvindur A. Palsson, Aaditya Sharma, Stefan Steinerberger, Yen Nhi Truong Vu

TL;DR
This paper analyzes algorithms for computing the integer complexity of positive integers, proposing improvements to reduce runtime and extending analysis to higher bases, with implementations available online.
Contribution
It introduces potential improvements to existing algorithms for calculating integer complexity and extends their analysis to higher bases, achieving faster runtimes.
Findings
Reduced the runtime from O(n^{1.230175}) to O(n^{1.222911236})
Developed code for higher base analysis
Proposed a method to bound summands for almost all n
Abstract
We consider a problem first proposed by Mahler and Popken in 1953 and later developed by Coppersmith, Erd\H{o}s, Guy, Isbell, Selfridge, and others. Let be the complexity of , where is defined as the least number of 's needed to represent in conjunction with an arbitrary number of 's, 's, and parentheses. Several algorithms have been developed to calculate the complexity of all integers up to . Currently, the fastest known algorithm runs in time and was given by J. Arias de Reyna and J. van de Lune in 2014. This algorithm makes use of a recursive definition given by Guy and iterates through products, , for , and sums, , for up to some function of . The rate-limiting factor is iterating through the sums. We discuss potential improvements to…
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
TopicsCoding theory and cryptography · Algorithms and Data Compression · Benford’s Law and Fraud Detection
