Problem 60846. List e-perfect numbers
A perfect number is an integer that equals the sum of its positive proper divisors—or the sum of its divisors excluding itself. For example, 28 is perfect because 1+2+4+7+14 = 28.
An e-perfect number is an integer that equals the sum of its positive proper e-divisors. For example, 36 is e-perfect because 6+12+18 = 36.
Write a function that returns the nth e-perfect number.
Solution Stats
Solution Comments
Show commentsProblem Recent Solvers3
Suggested Problems
-
3 Solvers
More from this Author298
Problem Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!