Practical Number Checker

Every k ≤ n = sum of distinct divisors

CalculatorsFreeNo Signup
4.3(820 reviews)
All Tools

Loading tool...

About Practical Number Checker

A practical number checker testing if every integer from 1 to n can be expressed as a sum of distinct divisors of n. Uses Srinivasan's criterion for efficient testing. Lists practical numbers and shows representation examples. Client-side.

Practical Number Checker Features

  • Practical check
  • Representations
  • Criterion
  • Sequence
  • Examples
Practical number: every integer 1 to n is a sum of distinct divisors of n. Example: 12 with divisors {1,2,3,4,6,12} — can make every number 1-12. First: 1,2,4,6,8,12,16,18,20,24,28,30,32... All powers of 2 are practical. All even perfect numbers are practical.

How to Use

Enter n:

  • Practical?: Can represent all 1..n
  • Criterion: Srinivasan test
  • Examples: Show representations

Srinivasan's Criterion

n = p₁^a₁ · p₂^a₂ ·...· pₖ^aₖ (primes in order). n is practical iff for each i: pᵢ ≤ 1 + σ(p₁^a₁ · ... · pᵢ₋₁^aᵢ₋₁). This gives an O(log n) test!

Properties

  • Density ~c·n/√(ln n) for constant c
  • Even practical numbers have same density as primes asymptotically
  • Goldbach-like: every even ≥ 2 = sum of two practical numbers

Step-by-Step Instructions

  1. 1Enter number.
  2. 2Check practical.
  3. 3See criterion.
  4. 4View representations.
  5. 5Browse sequence.

Practical Number Checker — Frequently Asked Questions

How common are practical numbers?+

Density ~c/√(ln n), similar to primes! About 1 in 5 numbers up to 1000 are practical. Weingartner proved the density formula in 2015. Like primes, practical numbers satisfy a Goldbach-type conjecture.

Why are powers of 2 always practical?+

For 2^k = {1,2,4,...,2^k}: every number 1 to 2^(k+1)−1 has a unique binary representation, which corresponds to a subset sum of powers of 2. This is the binary number system!

Practical Goldbach conjecture?+

Every even number ≥ 2 is the sum of two practical numbers. Melfi proved this in 1996. Stronger: practical numbers satisfy many properties analogous to primes, forming a fascinating parallel.

Share this tool: