Somehow implement the sieve of Eratosthene. [ O(log(log(n)) vs O(n) ] Sieve of Eratosthenes - Wikipedia
[ O(log(log(n)) vs O(n) ]