Problem 60843. Determine the e-divisors of an integer
From MathWorld: d is called an e-divisor (or exponential divisor) of a number n with prime factorization
if
and
where
for
. For example, the e-divisors of 36 are
,
,
, and
.Write a function to list the e-divisors of an integer. List them in increasing order.
Solution Stats
Problem Comments
-
1 Comment
Alexander
6 hours and 28 minutes ago
A few questions:
1. What does "d | n " means?
2. Why aren't 2*18 or 3*12 listed as e-divisors of 36?
Solution Comments
Show commentsProblem Recent Solvers4
Suggested Problems
-
Determine the e-divisors of an integer
4 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!