A323732 Numbers k for which there exists no j > 1 such that j^k has exactly j divisors.
5, 14, 21, 41, 50, 54, 67, 76, 86, 90, 111, 113, 119, 131, 142, 153, 165, 175, 186, 202, 204, 216, 224, 230
Offset: 1
Examples
There exists no j > 1 such that j^5 has exactly j divisors, so 5 is a term. For k=15 and j=976, j^k = 976^15 = (2^4 * 61)^15 = 2^60 * 61^15, which has exactly (60+1)*(15+1) = 61*16 = 976 = j divisors, so k=15 is not a term.
Comments