OFFSET
1,1
COMMENTS
These are the primitive terms in A339979: Any term in A339979 is of the form k*m where k is a term in this sequence and m is a squarefree number coprime to k.
Therefore, A339979 can be generated from this sequence by multiplying terms with coprime squarefree numbers, and the asymptotic density of A339979 can be evaluated from the terms in this sequence (see the Comments section of A339979).
A number k is a term in A339979 if and only if k divided by its squarefree kernel is a Zumkeller number (A083207). Therefore, this is the sorted sequence of the Zumkeller numbers multiplied by their squarefree kernels (A007947). A number k is a term if and only if there is a Zumkeller number m such that A064549(m) = k.
LINKS
Amiram Eldar, Table of n, a(n) for n = 1..10000
MATHEMATICA
pows[max_] := Union[Flatten[Table[i^2*j^3, {j, 1, Surd[max, 3]}, {i, 1, Sqrt[max/j^3]}]]];
seq[max_] := Select[pows[max], corZumQ]; seq[10000] (* using the function "corZumQ" from A339979 *)
CROSSREFS
KEYWORD
nonn
AUTHOR
Amiram Eldar, Dec 01 2025
STATUS
approved
