News

Sum-of-Squares-of-Divisors A Python program to find the sum of squares of divisor. The divisors of 6 are 1,2,3 and 6. The sum of the squares of these numbers is 1+4+9+36=50. Let sigma2 (n) represent ...
Example: 12 If the sum of the proper divisors of the number is less than the number itself, we call the number a deficient number. Example: all primes, all powers of 2 Write a function that classifies ...