OFFSET
1,1
COMMENTS
These are a primitive terms in A339983: If k is a term and m is a squarefree number coprime to k, then k*m is a term in A339983.
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], q]; seq[64000] (* using the function "q" from A339983 *)
CROSSREFS
KEYWORD
nonn
AUTHOR
Amiram Eldar, Dec 01 2025
STATUS
approved
