Currently there may be errors shown on top of a page, because of a missing Wiki update (PHP version and extension DPL3).
Navigation
Topics Help • Register • News • History • How to • Sequences statistics • Template prototypes

Abundant number

From Prime-Wiki
Revision as of 00:58, 11 August 2024 by Happy5214 (talk | contribs) (Recategorizing)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Definition

An abundant number is any number, n, which has a sigma value greater than 2n.

Example

The divisors of 12 are (1,2,3,4,6,12), so

σ(12) = 1+2+3+4+6+12 = 28

Abundant numbers and aliquot sequences

Abundant numbers increase the size of an aliquot sequence because when an abundant number occurs in a sequence, the next step is larger than the current step. Also, when a sequence is controlled by a driver, the subsequent steps are always abundant until an escape from the driver is obtained.

External links