OFFSET
1,2
COMMENTS
Numbers k such that k <= rad(k)^2, where rad = A007947.
Complement of A059172.
Define sequence S(r) to be the set {m*r : rad(m) | r, m >= 1} for squarefree r (i.e., r in A005117). 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 S(r,j) is the j-th term in S(r), that this sequence contains S(r,j) for j = 1..A010846(r). Therefore this sequence is a superset of A120944.
LINKS
Michael De Vlieger, Table of n, a(n) for n = 1..10000
EXAMPLE
MATHEMATICA
Select[Range[76], # <= Apply[Times, FactorInteger[#][[All, 1]]^2] &]
CROSSREFS
KEYWORD
nonn
AUTHOR
Michael De Vlieger, Nov 09 2025
STATUS
approved
