What does d(n) mean?
d(n) is the count of whole numbers that divide n exactly. For 12 the divisors are 1,2,3,4,6,12, so d(12) = 6.
// maths › Sequences & Patterns
A surface whose height is the number of divisors d(n), laid on a modular grid so the structure of factor-rich numbers shows.
height = number of divisors d(n)
Drag to rotate · scroll to zoom · right-drag to pan
d(n) is the count of whole numbers that divide n exactly. For 12 the divisors are 1,2,3,4,6,12, so d(12) = 6.
Highly composite numbers (like 12, 24, 60) have many divisors, so they stand tall; primes have only two and stay low.
A number's divisor count is set by its prime factorisation, so this picture is the flip side of the prime spiral.
In cryptography, error-correcting codes, gear ratios and scheduling - anywhere factors and cycles matter.
Both 60 and 360 are divisor-rich, so they split evenly many ways - handy for clocks, angles and calendars.