Numeri narcisistici

Numeri uguali alla somma delle proprie cifre, ciascuna elevata alla potenza del numero di cifre

Un numero narcisistico (detto anche numero di Armstrong o invariante digitale pluperfetto) è un numero uguale alla somma delle proprie cifre, ciascuna elevata alla potenza del numero di cifre. Per esempio, 153 = 13 + 53 + 33 = 1 + 125 + 27 = 153. Questi numeri autoreferenziali sono rari e affascinanti — in base 10 ne esistono solo 88.

Come identificare un numero narcisistico

Per verificare se un numero è narcisistico: conta le sue cifre (chiamiamolo n), eleva ogni cifra alla n-esima potenza e somma i risultati. Se la somma è uguale al numero originale, è narcisistico. Ecco alcuni esempi:

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

Lista completa per numero di cifre

I numeri narcisistici sono rari. Ecco l'inventario completo organizzato per numero di cifre:

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 totale, ci sono esattamente 88 numeri narcisistici in base 10. Il più grande ha 39 cifre. Oltre questo, la somma massima possibile delle potenze delle cifre non può raggiungere il numero stesso, quindi non ne possono esistere altri.

Proprietà dei numeri narcisistici

Conteggio totale Esattamente 88 in base 10
Il più grande 115.132.219.018.763.992.565.095.597.973.971.522.401 (39 cifre)
Altre basi Ogni base ha un numero finito di numeri narcisistici
Nessun narcisistico a 2 cifre Nessun numero a due cifre soddisfa la condizione
Cifre singole Tutti i numeri a una cifra (0-9) sono trivialmente narcisistici

Storia ed etimologia

Il nome "numero narcisistico" è stato coniato dal matematico D. H. Lehmer in riferimento a numeri fissati su se stessi, come il mitologico Narciso. Sono anche chiamati numeri di Armstrong in onore di Michael F. Armstrong, che li introdusse in un compito del 1969 per studenti di informatica all'Università di Rochester. L'OEIS (Enciclopedia online delle sequenze di interi) li elenca come sequenza A005188.

Numeri narcisistici fino a 10.000

Clicca su qualsiasi numero narcisistico per vedere la sua analisi matematica completa.

Grandi numeri narcisistici

Oltre i piccoli esempi, i numeri narcisistici crescono rapidamente in dimensione. Ecco alcuni esemplari notevoli più grandi con le loro decomposizioni in potenze di cifre:

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

Lo sapevi

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 numeri abbondanti. 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.

Esplora altri concetti numerici