Counting Square-Free Numbers
Abstract
The main topic of this contribution is the problem of counting square-free numbers not exceeding n. Before this work we were able to do it in time (Comparing to the Big-O notation, Soft-O () ignores logarithmic factors) (n). Here, the algorithm with time complexity (n2/5) and with memory complexity (n1/5) is presented. Additionally, a parallel version is shown, which achieves full scalability. As of now the highest computed value was for n=1017. Using our implementation we were able to calculate the value for n=1036 on a cluster.
Turn this paper into a lesson
ArcXiv compiles a structured reading guide from this paper's metadata: plain-English importance, contributions, prerequisite concepts, which sections to read first, flashcards, and a quiz. Grounded in the abstract, never invented.