Sum-of-divisors function: Difference between revisions

From Citizendium
Jump to navigation Jump to search
imported>Meg Taylor
No edit summary
mNo edit summary
 
Line 14: Line 14:
The [[Average order of an arithmetic function|average order]] of σ(''n'') is <math> \frac{\pi^2}{6} n</math>.
The [[Average order of an arithmetic function|average order]] of σ(''n'') is <math> \frac{\pi^2}{6} n</math>.


A ''[[perfect number]]'' is defined as one equal to the sum of its "aliquot divisors", that is all divisors except the number itself.  Hence a number ''n'' is perfect if σ(''n'') = 2''n''.  A number is similarly defined to be ''abundant'' if σ(''n'') &gt; 2''n'' and ''deficient'' if σ(''n'') &lt; 2''n''.  A pair of numbers ''m'', ''n'' are ''amicable'' if σ(''m'') = ''m''+''n'' = σ(''n''): the smallest such pair is 220 and 284.
A ''[[perfect number]]'' is defined as one equal to the sum of its "aliquot divisors", that is all divisors except the number itself.  Hence a number ''n'' is perfect if σ(''n'') = 2''n''.  A number is similarly defined to be ''abundant'' if σ(''n'') &gt; 2''n'' and ''deficient'' if σ(''n'') &lt; 2''n''.  A pair of numbers ''m'', ''n'' are ''amicable'' if σ(''m'') = ''m''+''n'' = σ(''n''): the smallest such pair is 220 and 284.[[Category:Suggestion Bot Tag]]

Latest revision as of 11:00, 23 October 2024

This article is a stub and thus not approved.
Main Article
Discussion
Related Articles  [?]
Bibliography  [?]
External Links  [?]
Citable Version  [?]
 
This editable Main Article is under development and subject to a disclaimer.

In number theory the sum-of-divisors function of a positive integer, denoted σ(n), is the sum of all the positive divisors of the number n.

It is a multiplicative function, that is m and n are coprime then .

The value of σ on a general integer n with prime factorisation

is then

The average order of σ(n) is .

A perfect number is defined as one equal to the sum of its "aliquot divisors", that is all divisors except the number itself. Hence a number n is perfect if σ(n) = 2n. A number is similarly defined to be abundant if σ(n) > 2n and deficient if σ(n) < 2n. A pair of numbers m, n are amicable if σ(m) = m+n = σ(n): the smallest such pair is 220 and 284.