 ##  [Sieve of Eratosthenes](/sieve-eratosthenes) 

  ##  [Sieve of Eratosthenes](https://puremath.quantumdictionary.io/sieve-eratosthenes-0) 

  

 [![Pure Mathematics Dictionary](/sites/default/files/styles/large/public/2026-01/Pure%20Mathematics.png.webp?itok=5pZnFQ59)](/topic-specific-dictionaries/mathematics-logic/pure-mathematics)

- Mathematics &amp; Logic -

**Pure Mathematics Dictionary**

 







 

 

 

 



 

 

 

 

Definition

A classical sieving algorithm that enumerates all prime numbers up to a bound N by iteratively marking as composite the multiples of each prime starting from 2, leaving unmarked numbers as primes.