Math

Instant, private, and free

Number Facts Calculator.

Get every property of a whole number at once: factors, prime factorization, digit sum, Roman numeral, and binary, hex and octal forms.

On-device calculationNo signup
01

Set your values

Results update as you type.

Integers only, between -1,000,000,000,000 and 1,000,000,000,000.

How to Use

Enter any whole number up to 1,000,000,000,000 and this tool reports its divisors, prime factorization, digit statistics and number-base representations in one pass.

A number is perfect when its proper divisors (all divisors except itself) add up to the number, abundant when they add up to more, and deficient when they add up to less.

Zero is divisible by every integer, so no finite factor list is shown for it. Roman numerals only exist for 1 to 3999, so negatives, zero and larger numbers show a dash.

FAQs

What is the prime factorization of a number?

Prime factorization breaks a number down into the prime numbers that multiply together to make it. For example 12 = 2 x 2 x 3, written as 2^2 x 3. Every whole number above 1 has exactly one prime factorization, which is why it is the fingerprint used to find GCF, LCM and to simplify fractions.

What makes a number perfect, abundant or deficient?

Add up all the divisors of a number except the number itself. If the total equals the number it is perfect (6 = 1+2+3, and 28 = 1+2+4+7+14). If the total is bigger it is abundant (12 gives 1+2+3+4+6 = 16). If the total is smaller it is deficient (8 gives 1+2+4 = 7). Perfect numbers are rare: only 6, 28, 496 and 8128 are below 10,000.

Why is 1 not a prime number?

A prime number has exactly two distinct divisors: 1 and itself. The number 1 only has one divisor, so it fits neither the definition of prime nor of composite. Excluding it also keeps prime factorization unique — otherwise you could tack on any number of 1s.

Why does this calculator show no divisors for 0?

Every non-zero integer divides 0 evenly, because 0 divided by anything is 0. That makes the list of divisors infinite rather than a finite set, so the calculator shows a note instead of a misleading list. Zero also has no Roman numeral, since Roman numerals start at I.

Can negative numbers have factors and Roman numerals?

Factors are listed for the size of the number (the magnitude), so -12 shows 1, 2, 3, 4, 6, 12. Roman numerals do not exist for zero or negative values, so a dash is shown. Binary, hexadecimal and octal are shown with a leading minus sign. Perfect, abundant and deficient are only defined for positive numbers.

How big a number can I enter?

Up to 1,000,000,000,000 (one trillion) in either direction. The factor search uses trial division up to the square root, so even a large prime returns instantly without freezing your browser.

Cite this calculator

Canonical URL: https://mathify.one/fr/math/number-facts

Cite as: Mathify. (2026). Calculatrice de Propriétés Numériques. https://mathify.one/fr/math/number-facts

Use Cases

Math homework and number theory study

Quickly verify divisors, prime factorization, and number classification for assignments or self-study.

Example: Check if 28 is perfect and see its prime factorization as 2^2 × 7.

Programming and computer science practice

Get binary, hex, and octal representations to understand number bases or for coding exercises.

Example: Convert 255 to binary (11111111), hex (FF), and octal (377).

Frequently Asked Questions

What does the Number Facts Calculator show?
It shows divisors, prime factorization, digit sum, perfect/abundant status, Roman numeral, and binary, hex, and octal forms for any whole number you enter.
How is perfect/abundant status determined?
The calculator compares the sum of proper divisors (excluding the number itself) to the number. If the sum equals the number, it's perfect; if greater, abundant; if less, deficient.
Can I use this calculator for negative numbers or decimals?
No, it is designed for whole numbers (positive integers). Entering negative numbers or decimals may not produce meaningful results.

Tips & Common Mistakes

Tips

  • Enter a whole number between 1 and a large value (e.g., up to 10^12) for best performance; extremely large numbers may slow down the calculator.
  • Use the prime factorization to check if a number is a perfect square or cube by looking at the exponents.
  • The Roman numeral output is useful for historical dates or clock faces; note that numbers above 3999 may use overlines or not be supported.
  • Compare the digit sum with the number's divisibility by 3 or 9 to quickly check divisibility rules.

Common Mistakes to Avoid

  • Entering zero or negative numbers, which are not considered whole numbers in this context and may yield errors.
  • Assuming the perfect/abundant status is based on all divisors including the number itself; it uses proper divisors only.
  • Misreading the prime factorization format; for example, 12 is shown as 2^2 × 3, not 2×2×3.

Last updated: August 13, 2026