From MathWorld: d is called an e-divisor (or exponential divisor) of a number n with prime factorization
n = p1^a1 p2^a2 ... pr^ar
if d | n and
d = p1^b1 p2^b2 ... pr^br
where bj | aj for 1 <= j <= r. For example, the e-divisors of 36 are 2*3, 4*3, 2*9, and 4*9.Write a function to list the e-divisors of an integer. List them in increasing order.

Solution Stats

19 Solutions

6 Solvers

Last Solution submitted on Apr 27, 2026

Last 200 Solutions

Problem Comments

Solution Comments

Show comments
Loading...

Problem Recent Solvers6

Suggested Problems

More from this Author323

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!