Armstrong Number Checker
Enter a positive integer to see if it is an Armstrong number, with a full digit-by-digit breakdown and a reference list of all Armstrong numbers up to 10,000.
Check a Number
Enter a positive integer up to 15 digits.
Calculation
| Digit | Power (k) | Value |
|---|---|---|
| Sum | ||
Try an example
Armstrong Numbers up to 10,000
All 16 Armstrong numbers in this range.
| # | Number | Digits (k) | Verification |
|---|
Summary
Enter a positive integer to see if it is an Armstrong number, with a full digit-by-digit breakdown and a reference list of all Armstrong numbers up to 10,000.
How it works
- Enter a positive integer (up to 15 digits) in the input field.
- The tool counts the digits (k) and raises each digit to the power k.
- If the sum of all those powers equals the original number, it is an Armstrong number.
- The breakdown panel shows each digit, its power, and the running total.
- The reference table below lists every Armstrong number from 1 through 9,474.
Use cases
- Verify whether a specific number satisfies the narcissistic property.
- Study digit-power relationships for number theory coursework.
- Find and confirm all small Armstrong numbers for a homework problem.
- Demonstrate the concept of narcissistic numbers to students interactively.
- Cross-check results from a manual or programmatic Armstrong-number algorithm.
Frequently Asked Questions
Last updated: 2026-06-13 ·
Reviewed by Nham Vu