login
A391506
Coreful-bi-unitary abundant numbers: numbers k for which A363334(k) > 2*k.
3
216, 432, 648, 864, 1000, 1080, 1296, 1512, 1728, 1944, 2000, 2160, 2376, 2592, 2744, 2808, 3000, 3024, 3240, 3456, 3672, 3888, 4000, 4104, 4320, 4536, 4752, 4968, 5000, 5184, 5400, 5616, 5832, 6000, 6048, 6264, 6480, 6696, 6912, 7000, 7128, 7344, 7560, 7776, 7992, 8000
OFFSET
1,1
COMMENTS
First differs from 8 * A381313 at n = 32.
Numbers k such that the sum of the divisors of k that are both coreful and bi-unitary is larger than 2*k.
All the terms are both bi-unitary abundant numbers (A292982) and coreful abundant numbers (A308053) but this sequence is not the intersection of these two sequences, which includes the terms 72, 288, 360, 504, 540, ... that are not in this sequence.
If k and m are coprime terms, then k*m is also a term.
In particular, if k is a term, and m is a squarefree number coprime to k, then k*m is also a term. The primitive terms in this sequence (A391507) are the powerful (A001694) terms.
The asymptotic density of this sequence is Sum_{n>=1} f(A391507(n)) = 0.00586028..., where f(n) = (6/(Pi^2*n)) * Product_{prime p|n} (p/(p+1)).
The least odd term is a(6784) = 1157625 = (3 * 5 * 7)^3.
The least term that is coprime to 6 is a(3.01...*10^20) = 51404758182902197698625 = (5 * 7 * 11 * 13 * 17 * 19 * 23)^3.
LINKS
MATHEMATICA
f[p_, e_] := (p^(e+1) - 1)/(p - 1) - 1 - If[OddQ[e], 0, p^(e/2)]; q[1] = False; q[n_] := Times @@ f @@@ FactorInteger[n] > 2*n; Select[Range[8000], q]
PROG
(PARI) isok(k) = {my(f = factor(k)); prod(i = 1, #f~, (f[i, 1]^(f[i, 2] + 1) - 1)/(f[i, 1] - 1) - 1 - if(f[i, 2] % 2, 0, f[i, 1]^(f[i, 2]/2))) > 2*k; }
CROSSREFS
Subsequence of A005101, A292982 and A308053.
A391507 is a subsequence.
Cf. A381313.
Sequence in context: A339245 A327284 A391968 * A376936 A372695 A391896
KEYWORD
nonn,easy
AUTHOR
Amiram Eldar, Dec 11 2025
STATUS
approved