OFFSET
1,1
COMMENTS
These are the primitive terms in A318100: Any term in A318100 is of the form k*m where k is a term in this sequence and m is a squarefree number coprime to k. Therefore, A318100 can be generated from this sequence by multiplying terms with coprime squarefree numbers, and the asymptotic density of A318100 can be evaluated from the terms in this sequence (see the Comments section of A318100).
The least odd term is a(1690) = 225450225 = (3 * 5 * 7 * 11 * 13)^2.
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], ePspQ]; seq[64000] (* using the function "ePspQ" from A318100 *)
CROSSREFS
KEYWORD
nonn
AUTHOR
Amiram Eldar, Dec 01 2025
STATUS
approved
