Narcissistic Numbers

Numbers equal to the sum of their own digits each raised to the power of the digit count

A narcissistic number (also called an Armstrong number or pluperfect digital invariant) is a number that equals the sum of its own digits, each raised to the power of the number of digits. For example, 153 = 13 + 53 + 33 = 1 + 125 + 27 = 153. These self-referential numbers are rare and fascinating -- in base 10, only 88 of them exist.

How to Identify a Narcissistic Number

To check if a number is narcissistic: count its digits (call this n), raise each digit to the n-th power, and add the results. If the sum equals the original number, it is narcissistic. Here are some examples:

153

3 dígitos

1³ + 5³ + 3³
= 1 + 125 + 27 = 153
370

3 dígitos

3³ + 7³ + 0³
= 27 + 343 + 0 = 370
371

3 dígitos

3³ + 7³ + 1³
= 27 + 343 + 1 = 371
407

3 dígitos

4³ + 0³ + 7³
= 64 + 0 + 343 = 407
8,208

4 dígitos

8⁴ + 2⁴ + 0⁴ + 8⁴
= 4,096 + 16 + 0 + 4,096 = 8,208

Complete List by Digit Count

Narcissistic numbers are rare. Here is the complete inventory organized by the number of digits:

1 dígito (10 números) 0, 1, 2, 3, 4, 5, 6, 7, 8, 9
2 dígitos Ninguno
3 dígitos (4 números) 153, 370, 371, 407
4 dígitos (3 números) 1,634, 8,208, 9,474
5 dígitos (3 números) 54,748, 92,727, 93,084
6 dígitos Ninguno
7 dígitos (4 números) 1,741,725, 4,210,818, 9,800,817, 9,926,315
39 dígitos El mayor narcisista en base 10

In total, there are exactly 88 narcissistic numbers in base 10. The largest has 39 digits. Beyond that, the maximum possible digit-power sum cannot reach the number itself, so no more can exist.

Properties of Narcissistic Numbers

Total count Exactly 88 in base 10
Largest 115,132,219,018,763,992,565,095,597,973,971,522,401 (39 digits)
Other bases Every base has a finite number of narcissistic numbers
No 2-digit narcissistic No two-digit number satisfies the condition
Single digits All single-digit numbers (0-9) are trivially narcissistic

History and Etymology

The name "narcissistic number" was coined by mathematician D. H. Lehmer in reference to numbers that are fixated on themselves, like the mythological Narcissus. They are also called Armstrong numbers after Michael F. Armstrong, who introduced them in a 1969 assignment for computer science students at the University of Rochester. The OEIS (On-Line Encyclopedia of Integer Sequences) lists them as sequence A005188.

Narcissistic Numbers up to 10,000

Click on any narcissistic number to see its complete mathematical analysis.

Large Narcissistic Numbers

Beyond the small examples, narcissistic numbers grow quickly in size. Here are some notable larger specimens with their digit-power decompositions:

54,748

5 dígitos

55 + 45 + 75 + 45 + 85
92,727

5 dígitos

95 + 25 + 75 + 25 + 75
93,084

5 dígitos

95 + 35 + 05 + 85 + 45
548,834

6 dígitos

56 + 46 + 86 + 86 + 36 + 46

Did You Know?

Preguntas Frecuentes

What is a narcissistic number?

A narcissistic number is one that equals the sum of its digits each raised to the power of the number of digits. For example, 153 is narcissistic because 1³ + 5³ + 3³ = 153.

Is 1 a narcissistic number?

Yes, 1 is narcissistic because 1¹ = 1.

What is the smallest two-digit narcissistic number?

There are no two-digit narcissistic numbers. The next narcissistic number after the single digits is 153.

Explore More Number Concepts