632 Perfect numbers
Appendix: Three important number theoretic functions
Letnbe a positive integer with prime factorization
n=∏ki=1paiiThere are several important numbers associated withn.
1.The number of divisors ofnisd(n)=∏ki=1(1 +ai).2.The sum of divisors ofn, including 1 andnitself, isσ(n)=∏ki=1paii+1
pi− 1.
3.The number of positive integers<nwhich are relatively prime to
nis given byφ(n)=n∏ki=1(
1 −
1
pi)
.
These functions are all multiplicative in the sense thatf(mn)=f(m)f(n) whenever gcd(m, n)=1.