Нарциссические числа

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.

Как определить нарциссическое число

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

Полный список по количеству цифр

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.

Свойства нарциссических чисел

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

История и этимология

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.

Большие нарциссические числа

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

Вы знали

Preguntas Frecuentes

What exactly is a narcissistic number?

A narcissistic number is an n-digit number equaling the sum of its digits each raised to the nth power. For 3-digit example 153: 1³+5³+3³ = 1+125+27 = 153 (matches original). The definition requires exactly n digits raised to power n. For 4-digit number 1634: 1⁴+6⁴+3⁴+4⁴ = 1+1296+81+256 = 1634. The single-digit numbers (1-9) are trivially narcissistic: 1¹=1, 2¹=2, etc. Two-digit numbers have no narcissistics—no 2-digit number equals digit sum squared. The definition depends on digit count—changing representation (like leading zeros) would alter narcissistic status. This makes narcissistic property representation-dependent, connected to base-10 choice. The self-referential nature—number equaling function of its own digits—inspired the "narcissistic" terminology (self-loving). The mathematical elegance of this property attracted mathematical interest despite lacking practical application.

How many narcissistic numbers exist in total?

Exactly 88 narcissistic numbers exist in base 10 across all digit lengths: nine 1-digit numbers (1-9), zero 2-digit numbers, four 3-digit numbers (153, 370, 371, 407), three 4-digit numbers (1634, 8208, 9474), five 5-digit numbers, one 6-digit number, eight 7-digit numbers, two 8-digit numbers, four 9-digit numbers, and one 10-digit number. No 11-digit or larger narcissistic numbers exist—proven through exhaustive computational search. The completeness of this enumeration represents final resolution of the narcissistic number question through computation. This finitude contrasts with infinitely many primes, Fibonacci numbers, or избыточные числа. The complete cataloging provides intellectual satisfaction—all narcissistic numbers are known, discoverable, and enumerable. The upper limit (10 digits) emerges from mathematical constraints: for large n, maximum digit-power sum (n×9^n) grows too slowly versus minimum n-digit number (10^(n-1)), making intersection impossible.

Why are there no 2-digit narcissistic numbers?

For 2-digit number with digits a and b (value 10a+b where a≠0), narcissistic property requires: 10a + b = a² + b². Rearranging: 10a + b = a² + b², or 10a - a² = b² - b, or a(10-a) = b(b-1). For valid digits (a from 1-9, b from 0-9), checking all combinations: a=1 gives 9 = b(b-1) (no integer solution); a=2 gives 16 = b(b-1) (no integer solution); continuing through a=9 yields no solutions. Mathematical proof: for 2-digit numbers, divisor a(10-a) produces values 9, 16, 21, 24, 25, 24, 21, 16, 9 for a=1 through 9. None equal b(b-1) for valid digit b. This systematic failure for all 90 two-digit numbers proves non-existence. The absence at the 2-digit level contrasts with 1-digit trivial cases and 3-digit examples, showing narcissistic property's selective appearance.

Изучите больше числовых концепций