OFFSET
1,3
COMMENTS
Two positive integers x and y have the "Distinct Prime Exponents" (or DPE) property if their prime factorizations x = Product p_i^e_i and y = Product q_i^f_i are such that the exponent sets {e_i} and {f_i} are disjoint.
For example, if x = 24 = 2^3*3^1 and 28 = 2^2*7^1, {e_i} = {1,3} and {f_i} = {1,2} are not disjoint, so 24 and 28 do not have the DPE property.
On the other hand, if x = 24 = 2^3*3^1 and y = 25 = 5^2, {e_i} = {1,3} and {f_i} = {2} are disjoint, so 24 and 25 do have the DPE.
At the present time, only one number n out to at least 10^12 has a(n) >= 4, namely a(24) = 4.
LINKS
N. J. A. Sloane, Table of n, a(n) for n = 1..20000
CROSSREFS
KEYWORD
nonn
AUTHOR
Scott R. Shannon and N. J. A. Sloane, Oct 02 2025
STATUS
approved
