Determine the e-divisors of an integer - MATLAB Cody - MATLAB Central

Problem 60843. Determine the e-divisors of an integer

Difficulty:Rate
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

83.33% Correct | 16.67% Incorrect
Last Solution submitted on May 17, 2025

Problem Comments

Solution Comments

Show comments

Problem Recent Solvers5

Suggested Problems

More from this Author300

Community Treasure Hunt

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

Start Hunting!