Counting Square-Free Numbers
Number Theory
2011-07-26 v1 Data Structures and Algorithms
Abstract
The main topic of this contribution is the problem of counting square-free numbers not exceeding . Before this work we were able to do it in time (Comparing to the Big-O notation, Soft-O () ignores logarithmic factors) . Here, the algorithm with time complexity and with memory complexity is presented. Additionally, a parallel version is shown, which achieves full scalability. As of now the highest computed value was for . Using our implementation we were able to calculate the value for on a cluster.
Cite
@article{arxiv.1107.4890,
title = {Counting Square-Free Numbers},
author = {Jakub Pawlewicz},
journal= {arXiv preprint arXiv:1107.4890},
year = {2011}
}