|
The Sigma FunctionDefinitionσ(n) is the sum of the factors of n. σk(n) is the sum of the n's factors, each to the power k. So, in particular, σ0(n), sometimes called τ(n), tau(n), is the number of factors of n. Working with the Sigma Functionσ(1)=1. If p is prime then σ(p)=p+1. If p is prime then σ(pn) = 1 + p + p2 + ... + pk = (pn+1-1)/(p-1). Put more simply, when n is a power of a prime, p, then σ(n) = (pn-1)/(p-1) Sigma is a multiplicative function -- that means when a and b are coprime (i.e. GCD(a,b)=1), then σ(ab) = σ(a) σ(b). Together, these rules enable you to find the sum of factors of any number, as long as you know its prime factorization. Example
Internet References
Related Pages in this website
|
|
The webmaster and author of the Math
Help site is Graeme McRae. |