Divisor Avatars: Which Parity Designs Count the Divisors of a Power
MrlyProd
First published 2026-08-23, revised 2026-09-08
Take a cube of small cells, number the coordinates from one, and throw away every cell with at least two even coordinates. That is the first step of the Menger sponge. At side 3 it keeps 20 cells; at side 5 it keeps 81; at side 2n+1 it keeps exactly as many cells as the number 240 raised to the n has divisors. A geometric census is computing an arithmetic function, and this paper settles exactly when that can happen: an integer x has such a design if and only if it has at most twice as many prime factors with multiplicity as it has distinct ones.
A design in dimension is a set of parity patterns, a subset of . A cell of the grid is filled when the pattern of which of its coordinates are even lies in . The number of filled cells is the fill , and is a divisor avatar of when for every . The Menger design keeps every pattern with at most one even coordinate, and .
Theorem. Let with distinct primes and every . A design of dimension with fill exists if and only if , that is . When it exists its weight signature is forced to be , and exactly designs realize it. No design of any other dimension has that fill.
The proof is one substitution and one inequality. Writing turns into , so , which is the fill of the signature ; a design can hold at most patterns of weight , and is both necessary and, by a coefficientwise domination , sufficient for all the caps at once. Counting the qualifying polynomials turns into counting partitions: , the sequence A000070, giving in dimensions one to six. The scripts re-check all of it: the fill law for all 256 three-dimensional designs, the criterion against a design search for every up to 3000, the sponge's and its void (A395241) cell by cell to side 21, the 131 powers above 5040 on the seven three-dimensional ladders that satisfy Robin's inequality with maximum ratio 1.573259905933 at 14400, the first colossally abundant number with no avatar (21621600, with ), and a nine-observable scan of all 22 orbit representatives that finds exactly eight non-fill divisor identities.
- paper.pdf - the paper.
tectonic paper.texrebuilds it;python3 scripts/verify.pyre-checks every number;python3 scripts/figure.pyredraws the sponge slices.