OFFSET
1,1
COMMENTS
Intersection of S and T, where S is any one of A126706, A059404, A303946, and A332785 and T is either A341646 or A390528.
Define sequence R(k) to be the set {m*k : rad(m) | k, m >= 1} for composite squarefree k (i.e., k in A120944). Then S(r) = r * {m : rad(m) | r} and so we have all terms in S(r) that do not exceed r^2 in this sequence. This is to say, given R(k,j) is the j-th term in R(k), that this sequence contains R(k,j) for 1 < j <= A010846(k)-1. As a consequence, this sequence contains no squarefree numbers, therefore occurs in the intersection of A013929 and A024619 = A126706.
The cardinality of the intersection of this sequence and R(k) is A010846(k)-2.
LINKS
Michael De Vlieger, Table of n, a(n) for n = 1..10000
EXAMPLE
MATHEMATICA
Select[Range[240], And[Nor[PrimePowerQ[#1], SquareFreeQ[#1]], #1/#2 < #2] & @@ {#1, Times @@ FactorInteger[#][[;; , 1]]} &]
CROSSREFS
KEYWORD
nonn
AUTHOR
Michael De Vlieger, Nov 10 2025
STATUS
approved
