Loïc Grenié on Thu, 17 May 2018 10:51:31 +0200 |
[Date Prev] [Date Next] [Thread Prev] [Thread Next] [Date Index] [Thread Index]
Re: Prime multiples removing up to N and making list any fast method? |
Let us have [1,2,4,.... 2^32].If we remove all prime multiples in the above the result isprime number list up to 2^32 and total count isprimepi(2^32).But i want remove up to first 100 primes multiples, not all the prime multiples form thearray. Any fast method or iterate over 2^32