sieve
sieve is one function. Everything below came out of it during this
build, at parameters taken from the essays rather than invented for this page — so a figure
here is the same figure a reader meets in an essay, and if the generator changes, this page
changes with it.
At its defaults
show: "counts"
show: "gaps"
show: "euclid"
What it checks while it draws
Collected by running the family and listening to lib/verify.js, not written
here. The count is how many separate times this build put that claim to the test.
- 211 leaves remainder 1 on division by 2 ×10
- the limit is a whole number between 10 and 400 ×2
- the staircase ends at π(1000) ×2
- a square left unstruck holds a prime, and a struck one does not ×1
- every prime factor of the constructed number is outside the list ×1
- one gap between each consecutive pair ×1
- the column count is a whole number between 4 and 25 ×1
- the count runs above x / ln x over this range ×1
- the gaps add up to the distance from 2 to the last prime ×1
- the list is between two and six primes ×1
- the pass number is between 0 and 8 ×1
- the squares left standing below 100 are the primes ×1
Where it is called
Changing this generator changes every figure on this list. That is what makes the list worth publishing rather than keeping in a check script.
The primes are what is left over
Eratosthenes' sieve does not find the primes. It removes everything else, one prime at a time, and whatever survives is prime by default — which is a strange way to reach the most studied objects in arithmetic.
NumberThere is no last prime
Euclid's argument is often described as producing a new prime from any finite list. It does not, and the number it builds is frequently composite — which makes the proof more interesting rather than less.
NumberNumbers that are their own parts
Six is one plus two plus three. Twenty-eight is one plus two plus four plus seven plus fourteen. Euclid explained where such numbers come from; Euler proved there are no others of that kind; and whether an odd one exists has been open for two thousand years.