Calculator Scope

Calculator Scope - Smart Online Calculators for Everything

From math, science, finance, health, and construction to marketing, text tools, developer utilities, and more. All calculators in one fast, accurate, easy-to-use platform.

Armstrong Number Checker

Armstrong Number Checker

Advertisement 1
Advertisement 2
This calculator raises each digit of your number to the power of the digit count and checks if the sum equals the original number, e.g. 153 = 1³ + 5³ + 3³.

An Armstrong number, also called a narcissistic number, is a curious kind of number that equals the sum of its own digits each raised to the power of the total digit count — 153 is a classic three-digit example, since 1³+5³+3³ equals exactly 153. Enter any whole number here and this calculator checks whether it fits that definition. They get progressively rarer as digit counts increase, with well-known larger examples including 9474 and 54748.

Advertisement 3
  • An Armstrong number equals the sum of its own digits, each raised to the power of the total digit count, e.g. for the 3-digit number 153: 1³ + 5³ + 3³ = 1 + 125 + 27 = 153.
  • Every single-digit number (0-9) is trivially an Armstrong number, since raising one digit to the power of 1 just returns itself.
  • Armstrong numbers get rare as digit counts grow: well-known examples include 9474 (four digits: 9⁴+4⁴+7⁴+4⁴=9474) and 54748 (five digits).

How do I check if a number is an Armstrong number?

Count the digits (n), raise each digit to the power of n, and add the results together. If the sum equals the original number, it's an Armstrong number.

Why is 153 an Armstrong number?

153 has 3 digits: 1³ + 5³ + 3³ = 1 + 125 + 27 = 153, which matches the original number.