Armstrong Number Checker – Verify Narcissistic Numbers
Check if any number is an Armstrong or narcissistic number with our free online tool. Instantly verify whether the sum of each digit raised to the number of digits equals the original number.
Understanding Armstrong Numbers
An Armstrong number (also called a narcissistic number) is a number that equals the sum of its own digits, each raised to the power of the total number of digits. It's a curious mathematical property that's more recreational than practical — but fascinating nonetheless.
The Armstrong Number Formula
For an n-digit number: digit₁^n + digit₂^n + ... + digitₙ^n = original numberFor a 3-digit number like 153, you'd calculate: 1³ + 5³ + 3³ = 1 + 125 + 27 = 153 ✓
Worked Examples
Example 1: Is 153 an Armstrong number?
153 has 3 digits, so we raise each to the 3rd power.
1³ + 5³ + 3³ = 1 + 125 + 27 = 153 ✓Yes! 153 is the smallest 3-digit Armstrong number.
Example 2: Is 370 an Armstrong number?
Also 3 digits.
3³ + 7³ + 0³ = 27 + 343 + 0 = 370 ✓Yes! 370 is another 3-digit Armstrong number.
Example 3: Is 1634 an Armstrong number?
1634 has 4 digits, so we use the 4th power.
1⁴ + 6⁴ + 3⁴ + 4⁴ = 1 + 1296 + 81 + 256 = 1634 ✓Yes! 1634 is the smallest 4-digit Armstrong number.
A Quick Fact
The term "narcissistic number" was coined by mathematician Douglas Hofstadter in 1985, inspired by the Greek myth of Narcissus. The name fits — these numbers are literally in love with themselves, defined entirely by their own digits.
Common Questions
Are there infinitely many Armstrong numbers?
No. There are only 88 Armstrong numbers in base 10. The largest has 39 digits. Beyond that, the sum of digits raised to the power can never catch up to the original number.
What are all the 3-digit Armstrong numbers?
There are exactly four: 153, 370, 371, and 407. You can verify each one by cubing its digits and adding them up.
Do single-digit numbers count?
Yes! 0, 1, 2, 3, 4, 5, 6, 7, 8, and 9 are all Armstrong numbers. Each has one digit, and that digit to the 1st power equals itself.
What's the largest Armstrong number?
The largest Armstrong number in base 10 is 115,132,219,018,763,992,565,095,597,973,971,522,401 — a 39-digit number. No Armstrong numbers exist with 40 or more digits.
Do Armstrong numbers have any practical use?
Not really. They're a recreational mathematics curiosity — interesting to study but not applied in cryptography, physics, or engineering. They're more like mathematical art.
Other Free Tools
Perfect Number Checker – Is It a Perfect Number?
Check if any number is a perfect number with our free online perfect number checker. Instantly determine if the sum of proper divisors equals the number itself.
Palindrome Number Checker – Is It a Palindrome?
Check if any number is a palindrome with our free online palindrome number checker. Instantly determine whether a number reads the same in both directions.
Digit Sum Calculator – Find Sum of Digits of Any Number
Calculate the sum of all digits in any number with our free online digit sum calculator. Also computes the digital root through repeated digit summation.
Reverse a Number – Reverse Digits of Any Number Online
Reverse the digits of any number instantly with our free online reverse number tool. Great for palindrome checking, number puzzles, and learning digit manipulation.
Prime Number Checker – Is It Prime? Find Out Instantly
Check if any number is prime or composite instantly with our free online prime number checker. Fast, accurate prime testing for any positive integer with a clear explanation.
Divisibility Checker – Test Divisibility Rules Instantly
Check if any number is divisible by another with our free online divisibility checker. Displays the relevant divisibility rule and provides instant yes or no results.
Divisibility Check 2–20 – Test Divisibility for All Numbers
Check divisibility by all integers from 2 to 20 with a single input using our free online divisibility tool. Displays divisibility results with the rules used for each.
Sudoku Validator – Check if Your Sudoku Solution is Valid
Validate any completed Sudoku puzzle grid with our free online Sudoku validator. Instantly check if all rows, columns, and 3x3 boxes satisfy Sudoku rules correctly.