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.
Divisors of A
Sum:
Divisors of B
Sum:
Try a known pair
Find All Pairs up to a Limit
Lists every amicable pair where both numbers are at or below your limit.
| # | Number A | Number B | s(A) = B | s(B) = A |
|---|
Summary
Enter two numbers to check if they form an amicable pair, or find all amicable pairs up to a limit.
How it works
- Enter two numbers in the pair checker, or enter a single limit to find all pairs up to that value.
- The tool computes the sum of proper divisors for each number (all divisors excluding the number itself).
- Two numbers form an amicable pair if s(a) = b and s(b) = a, where s(n) is the proper divisor sum of n.
- The result shows whether the pair is amicable, along with each number's proper divisors and their sums.
- 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