login
A387729
Numbers k such that the powerful part of the sum of divisors of k (A387726) is greater than or equal to k, and sigma(k) is not itself a powerful number.
3
416, 780, 810, 1312, 1512, 2754, 3192, 4194, 4212, 5460, 6516, 6800, 8586, 12012, 12618, 13200, 14640, 18234, 18792, 21060, 21200, 24138, 24180, 24400, 27600, 28008, 28728, 31428, 31914, 32580, 33696, 35082, 38800, 40740, 43300, 46332, 46872, 47466, 52128, 54738, 56400, 57672, 58500, 58932, 68778, 72738, 74088
OFFSET
1,1
COMMENTS
If a hypothetical odd perfect number is in A386428, then it must be reside also in this sequence.
Odd terms, given in A387719, are rare. The smallest one is a(10497) = 350561925.
Powerful terms (A001694) are: 74088, 121500, 222264, 1036800, 1871424, 1920996, 36360900, ...
PROG
(PARI)
A057521(n) = { my(f=factor(n)); prod(i=1, #f~, if(f[i, 2]>1, f[i, 1]^f[i, 2], 1)); };
is_A387729(n) = { my(s=sigma(n)); (!ispowerful(s) && (A057521(s) >= n)); };
CROSSREFS
Setwise difference A387727 \ A180097.
Sequence in context: A172779 A056068 A224602 * A249006 A249471 A246897
KEYWORD
nonn
AUTHOR
Antti Karttunen, Sep 12 2025
STATUS
approved