MathQuarryCalculators

Numbers

Every number from 1 to 1,000, plus curated notable numbers, with full computed facts.

Every whole number carries more structure than its digits let on. Take the number staring back at you from a receipt, a jersey, or a birth year, and underneath it sits a specific, provable set of facts: how many divisors it has, whether it's prime, what its binary and hexadecimal forms look like, whether it happens to be a perfect square, a triangular number, or a term in the Fibonacci sequence. This hub is the index into every one of those number pages, from 1 up through 1,000, plus a curated set of numbers that are famous enough — mathematically, historically, or culturally — to deserve a written story on top of their computed facts.

The core idea behind each /number/ page is that a number's properties are not opinions. They're derivable, and derivable the same way every time, which is why this whole reference is built on a single tested math core (see the Methodology page) rather than numbers typed in one at a time by hand. A number is either prime or it isn't; it either divides evenly by 7 or it doesn't. That determinism is what makes a number reference trustworthy in a way that, say, a list of "fun facts" about a word never quite can be.

Most of the 1,000 numbers indexed here are ordinary integers that simply get their full fact sheet: the complete list of factors, the prime factorization broken into prime-power form, whether the number is even or odd, its square and cube, its binary and hexadecimal representations, and its Roman numeral form where one exists (the conventional range for standalone Roman numerals is 1 through 3,999). Alongside those computed facts sits one further layer: a handful of structural classifications that most calculators skip entirely — perfect numbers (whose proper divisors sum back to the number itself, like 6 = 1 + 2 + 3), triangular numbers (which can be arranged as a triangle of dots, like 10 = 1 + 2 + 3 + 4), and Fibonacci numbers (each one the sum of the two before it). These aren't decorative; they're genuinely useful ways to understand why a number behaves the way it does in other contexts, from scheduling problems to cryptography to puzzle design.

Then there's the smaller, curated set of notable numbers — roughly fifty of them — that get something more than a fact sheet: a real, researched explanation of why that specific number matters. Some of these are famous purely within mathematics. 6,174 is Kaprekar's constant, the number every four-digit value (with at least two distinct digits) eventually reaches if you repeatedly subtract its smallest digit-arrangement from its largest. 1,729 is the Hardy-Ramanujan "taxicab number," famous for the story of Ramanujan noticing, from a hospital bed, that it's the smallest number expressible as the sum of two cubes in two different ways. 496 is a perfect number, one of only a handful known to ancient Greek mathematicians. Other notable numbers are famous for reasons that have nothing to do with number theory at all: 42 as the fictional "answer to everything," 404 for the HTTP status code, 786 for its significance in South Asian Islamic numerology, 108 for its role across several Dharmic traditions. Where a number carries real cultural or religious weight, this hub tries to show that variation honestly rather than flattening it into one generic paragraph — different traditions attach different meaning to the same integer, and that's worth stating plainly rather than smoothing over.

If you're trying to decide where to start browsing, a few natural entry points: the smallest numbers (0 and 1) are worth a look because they sit outside the usual rules — 0 has no factors in the conventional sense and isn't prime or composite, and 1 is the unique multiplicative identity, also neither prime nor composite despite having exactly one divisor. Perfect numbers are rare and worth the detour (6, 28, 496, and 8,128 are the first four, and no one has ever found an odd one). And if a number holds personal significance — a birth year, an age, an address — searching for it directly is often the fastest way into the site: type the number, get the full fact sheet immediately, and if it happens to be one of the curated notable numbers, the researched story sits right alongside it.

For readers who arrive at a number because of what it might symbolically mean — repeating digit patterns like 111 or 777 showing up on a clock, for instance — our sister site NumberAngel goes deep on the numerology and angel-number side of things, which sits outside what a computed math reference can honestly cover. This hub stays on the math: what a number factors into, what it's built from, and why.

Two related hubs pick up where the number pages leave off in more specific directions. The Factors hub is dedicated entirely to factorization — finding every divisor of a number and its full prime breakdown — for numbers 1 through 550. The Primes hub does the same for primality testing specifically, walking through the divisibility reasoning for numbers 1 through 550. Both draw on the same underlying facts shown here, just presented with a sharper focus for readers who came looking for one specific question rather than the full picture.

Open any individual number page and the layout is the same seven-part structure every time, by design: the full list of divisors, the prime factorization written in prime-power form, a primality verdict with the reasoning behind it, the square and cube of the number, its binary and hexadecimal representations, its Roman numeral form (for numbers in the standard 1–3,999 range), and a set of structural flags — perfect, triangular, Fibonacci, palindrome — that either apply or don't. Nothing on that list is a guess; every field comes from the same tested math core described on the Methodology page, which is also why a number's fact sheet reads identically whether you reach it by searching, by browsing a hundred-block below, or by clicking through from its dedicated factors or prime-check page.

Take 360 as a concrete walk-through of how much a single fact sheet actually holds. It factors into 2³ × 3² × 5, which gives it twenty-four total divisors — an unusually large count for a three-digit number, and the reason 360 shows up so often as a "nice" number to divide by: it splits evenly into 2, 3, 4, 5, 6, 8, 9, 10, and 12 among others. One long-standing explanation for why a circle is conventionally divided into 360 degrees leans on exactly this property — the ancient Babylonian sexagesimal (base-60) counting system favored a number with abundant small divisors, so a circle could be split into thirds, quarters, fifths, sixths, and more without landing on a fraction. 360 is composite, not a perfect square, not triangular, and not a Fibonacci number, but it is highly composite — meaning no smaller positive integer has more divisors. In binary it's 101101000; in hexadecimal, 168. None of that is trivia bolted on after the fact; it's the same seven-part structure every number on the site carries.

The binary and hexadecimal fields trip up more readers than any other part of a number page, mostly because they look like a different kind of fact from "is it prime" or "what does it factor into." They're not exotic — they're the same number, just written in a different base. Binary (base 2) uses only the digits 0 and 1, with each position worth a power of 2 instead of a power of 10; the number 42 is 101010 in binary, meaning 1×32 + 0×16 + 1×8 + 0×4 + 1×2 + 0×1 = 42. Hexadecimal (base 16) uses sixteen digits — 0 through 9, then A through F standing in for 10 through 15 — so 42 becomes 2A in hex, meaning 2×16 + 10×1 = 42. Both are just accounting systems for the same quantity, and both matter well beyond math class: binary is the representation computer hardware actually stores and processes internally, and hexadecimal is the shorthand programmers reach for when writing binary data — colors in web design, memory addresses, error codes — because it's far more compact than spelling out long strings of 1s and 0s.

The roughly fifty curated notable numbers weren't picked at random or padded out to hit a round total; each one earned its spot for a specific, checkable reason — a documented mathematical property (496 as a perfect number, 6,174 as Kaprekar's constant), a well-known historical reference (1,905 for Einstein's "miracle year" of scientific papers, 1,969 for the moon landing), or a genuinely widespread cultural or religious association (108 across Dharmic traditions, 786 in South Asian Islamic numerology, 13 as a Western superstition). In practice this hub gets used a few different ways: a teacher building a worksheet on divisibility who wants a quick, correct source of factor lists to check against; a trivia writer or puzzle designer hunting for a number with an unusual property to build a question around; a parent curious what else the year their child was born is known for; and plenty of people who land here because a specific number — an age, an address, a flight number — showed up somewhere and they wanted to know if there was more to it. The honest answer, for most ordinary numbers, is that it's just a number with these computed properties and nothing more — and delivering that plain, unembellished answer reliably is itself part of what this hub is for, rather than manufacturing significance where none exists.

Browse by range

Every whole number from 1 to 1,000 has its own page of computed facts. Jump in at any hundred-block below, then use the “previous / next” links on each number page to walk the full range.