Deficient number/Introductory Problem 2

Revision as of 20:53, 4 March 2020 by Dike (talk | contribs) (Solution)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Problem

Prove that all powers of prime numbers are deficient.

Solution

The proper factors of $p^n$ for some prime $p$ and positive integer $n$ are $1, p, p^2, \cdots ,p^{n-1}$ and their sum is $1+ p + p^2 + \ldots + p^{n-1} = \frac{p^n-1}{p-1} < p^n$