OFFSET
1,1
COMMENTS
Numbers k with more than 1 distinct prime factor such that k > rad(k)^2, where rad = A007947.
Numbers k with more than 1 distinct prime factor such that A003557(k) > A007947(k), where A003557(k) = k/rad(k). This is tantamount to numbers k with more than 1 distinct prime factor such that A003557(k) > sqrt(k).
Define sequence S(r) to be the set {m*r : rad(m) | r, m >= 1} for composite squarefree r (i.e., r in A120944). Then S(r) = r * {m : rad(m) | r} and so we have all terms in S(r) that exceed r^2 in this sequence. This is to say, given S(r,j) is the j-th term in S(r), that this sequence contains S(r,j) for j > A010846(r). As a consequence, this sequence contains no squarefree numbers, therefore occurs in the intersection of A013929 and A024619 = A126706.
LINKS
Michael De Vlieger, Table of n, a(n) for n = 1..10000
EXAMPLE
MATHEMATICA
Select[Range[2^16], And[#2 > 1, #1/#3 > #3] & @@ {#1, Length[#2], Apply[Times, #2]^2} & @@ {#, FactorInteger[#][[;; , 1]] } &]
CROSSREFS
KEYWORD
nonn
AUTHOR
Michael De Vlieger, Nov 09 2025
STATUS
approved
