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

100.0% Correct | 0.0% Incorrect
Last Solution submitted on Apr 15, 2025

Solution Comments

Show comments

Problem Recent Solvers3

Suggested Problems

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!