login
A339983
Coreful abundant numbers (A308053) with an even sum of coreful divisors (A057723) that are not coreful Zumkeller numbers (A339979).
3
108, 216, 432, 540, 756, 864, 972, 1000, 1080, 1188, 1404, 1512, 1728, 1836, 1944, 2000, 2052, 2160, 2376, 2484, 2744, 2808, 3000, 3024, 3132, 3348, 3456, 3672, 3780, 3888, 3996, 4000, 4104, 4320, 4428, 4644, 4752, 4860, 4968, 5076, 5488, 5616, 5724, 5940, 6000
OFFSET
1,1
COMMENTS
From Amiram Eldar, Dec 01 2025: (Start)
If k is a term and m is a squarefree number coprime to k, then k*m is also a term.
There are two types of terms in this sequence:
1) Terms of the form k*m where k is a powerful (A001694) term in this sequence (A391140) and m is a squarefree number coprime to k.
2) Terms of the form k*m where k is in A391141, i.e., a powerful number that is coreful abundant with an odd sum of coreful divisors (which is a powerful number in the intersection of A308053 and A376218), and m is an even squarefree number coprime to k.
The least term of type 2 is a(17302) = 2315250.
The asymptotic density of this sequence is Sum_{n>=1} f(A391140(n)) + Sum_{n>=1} f(A391141(n))/3 = 0.007468..., where f(n) = (6/(Pi^2*n)) * Product_{prime p|n} (p/(p+1)), and the two sums correspond to the two types above. The asymptotic density of the terms of the second type is 1.202286997...*10^(-7). (End)
LINKS
EXAMPLE
108 is a term since its set of coreful divisors, {6, 12, 18, 36, 54, 108}, has an even sum, 234 > 2*108, and it cannot be partitioned into two disjoint sets of equal sum.
MATHEMATICA
q[n_] := Module[{r = Times @@ FactorInteger[n][[;; , 1]], d, sum, x}, d = r*Divisors[n/r]; (sum = Plus @@ d) >= 2*n && EvenQ[sum] && CoefficientList[Product[1 + x^i, {i, d}], x][[1 + sum/2]] == 0]; Select[Range[10^4], q]
CROSSREFS
Subsequence of A308053.
A391140 is a subsequence.
Similar sequences: A171641, A323341, A323342, A323343, A323344.
Sequence in context: A044340 A044721 A095050 * A391140 A275996 A235292
KEYWORD
nonn
AUTHOR
Amiram Eldar, Dec 25 2020
STATUS
approved