Amicable Number Checker

Enter two numbers to check if they form an amicable pair, or find all amicable pairs up to a limit.

Check a Pair

Enter two numbers to see if they form an amicable pair.

Try a known pair

Find All Pairs up to a Limit

Lists every amicable pair where both numbers are at or below your limit.

Summary

Enter two numbers to check if they form an amicable pair, or find all amicable pairs up to a limit.

How it works

  1. Enter two numbers in the pair checker, or enter a single limit to find all pairs up to that value.
  2. The tool computes the sum of proper divisors for each number (all divisors excluding the number itself).
  3. Two numbers form an amicable pair if s(a) = b and s(b) = a, where s(n) is the proper divisor sum of n.
  4. The result shows whether the pair is amicable, along with each number's proper divisors and their sums.
  5. The finder scans every number up to your limit and reports all amicable pairs it discovers.

Use cases

  • Verify a specific pair of numbers for the amicability property.
  • Generate a reference list of amicable pairs for number theory study.
  • Explore the density and distribution of amicable pairs in a range.
  • Check homework or textbook problems about amicable numbers.
  • Demonstrate the concept of proper divisors to students.
  • Find all known small amicable pairs quickly without manual computation.

Frequently Asked Questions

Last updated: 2026-06-13 · Reviewed by Nham Vu