
ancient algorithm for generating prime numbers
The Sieve of Eratosthenes is an ancient method for finding all prime numbers up to a specified limit by systematically eliminating the multiples of each prime. It remains useful today as an efficient and straightforward way to generate lists of primes for mathematical and computational purposes.
AI-generated from the Wikipedia summary — may contain errors.
via Wikidata · CC0
~14 min read
Sieve of Eratosthenes: algorithm steps for primes below 121 (including optimization of starting from prime's square).
In mathematics, the sieve of Eratosthenes is an ancient algorithm for finding all prime numbers up to any given limit.
via Wikidata sitelinks · CC0
Discovered by embedding cosine similarity (sentence-transformers MiniLM, 384-dim).