Pascal's triangle, 8 rows
pascal 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: "numbers"
show: "paths"
show: "parity"
show: "sierpinski"
show: "mod"
What it checks while it draws
Collected by running the family and recording what it asserted, not written here. The count is how many separate times the claim was put to the test while these drawings were made.
- the exponent of 2 in row 0, entry 0 is the number of carries ×756
- row 0, entry 0 of Pascal's triangle ×91
- row 0, entry 0 is the binomial coefficient ×45
- 2 divides the coefficient at least 1 times ×8
- the routes to the cut at height 0 are counted both ways ×4
- and no more than 3 times ×3
- between 6 and 40 rows ×2
- the exponent of 2 in the coefficient is the number of carries ×2
- the run down diagonal 2 adds to the entry at row 7, place 3 ×2
- at most twenty routes are drawn ×1
- between 1 and 6 steps up ×1
- between 1 and 8 steps across ×1
- classifying routes by where they cross the diagonal accounts for all of them ×1
- every entry of the drawn triangle was checked both ways ×1
- k is strictly between nought and n ×1
- n is between 2 and 200 ×1
- row 6 adds to two to the power 6 ×1
- row 6 with alternating signs adds to nought ×1
- shallow diagonal 8 adds to a Fibonacci number ×1
- the base is a prime between 2 and 11 ×1
- the cut is a diagonal strictly inside the grid ×1
- the diagonal is one the triangle holds ×1
- the identity is one the mode draws ×1
- the mode of the pascal family is one of numbers, parity, mod, sierpinski, sums, paths, carries ×1
- the routes counted by the additive rule agree with the coefficient ×1
- the row count is a whole number between 1 and 64 ×1
- the row is one the triangle holds ×1
- the row's double is inside the triangle, or the total cannot be pointed at ×1
- the run starts inside the triangle and leaves room for its total ×1
- the shallow diagonal is one the triangle holds ×1
- the squares of row 4 add to the middle entry of row 8 ×1
- the subdivision depth is a whole number between 1 and 8 ×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.
A polynomial that counts
Hang a counting sequence on the powers of a variable and the two ways of combining choices — this and that, this or that — become multiplication and addition, so a recursion turns into an equation and the equation can be solved.
NumberAlways one before the double
A density says what happens on average and permits long empty stretches. This says something a density cannot — that the stretch from any number to twice it contains a prime, at every scale, without exception.
ProbabilityA bell curve assembled out of coin flips
Drop six hundred balls through a board of pegs, each bouncing left or right at random, and they pile up in a shape that can be predicted precisely. Nothing coordinated them.
GeometryCircles that are diamonds and squares
The theorem hands over a formula for distance. Take the formula as a definition, change the exponent in it, and the set of points one unit from the origin stops being round — while remaining, in every sense that matters, a circle.
DiscreteEvery entry counts the routes to it
Turn Pascal's triangle forty-five degrees and it becomes a grid of street corners, with each entry counting the ways of walking there. Identities between the entries then become statements about routes, and the statements are proved by cutting the routes in one place.
GeometryEvery square is a stack of odd numbers
Add up the odd numbers in order and the running totals are 1, 4, 9, 16, 25. This is not a coincidence, and the reason fits in a single picture.
DiscreteOne sequence, counting everything
The number of ways to cut a polygon into triangles is 1, 2, 5, 14, 42. So is the number of ways to bracket a product, the number of binary trees, and the number of paths that never cross a diagonal. They are the same count, and the reason is one picture.
DiscretePascal's triangle, in two colours
Shade the odd numbers in Pascal's triangle and a fractal appears. Nothing was designed to produce it, and the same shape arrives independently from a completely different construction.
DiscreteThe carries decide the divisibility
How many times a prime divides a binomial coefficient is not a fact about the coefficient at all. It is a count of the carries that happen when two numbers are added in that prime's base, which is a question about column addition and has nothing to do with choosing anything.
ProbabilityThe path folded at its first touch
Counting the walks that touch a line looks like a question about a walk's whole history. Fold each one where it first touches, and it becomes a question about where walks end up — which is a binomial coefficient, and is already known.
DiscreteThe run that lands one place along
Add up a run of entries down one of Pascal's diagonals and the total is another entry of the triangle — one row further down and one place along. The same triangle holds four more sums of that kind, and each is a different question answered by the same additive rule.