|
|
|
Glossary:
Prime Pages:
Top 5000:
|
The sigma function of a positive integer n
is the sum of the positive divisors of n. This is
usually
denoted using the greek letter
,
but for those with non-graphical browsers
we will use sigma(n) on these pages.
Here are the first few values of the sigma function:
Clearly, for primes p, sigma(p)=p+1. sigma(x) is a multiplicative function, so its value can be determined from its value at the prime powers:
Example: sigma(2000) = sigma(2453) = sigma(24).sigma(53) = (25-1)/(2-1) . (54-1)/(5-1) = 31 . 156 = 4836.
Chris Caldwell © 1999-2010 (all rights reserved)
|