OFFSET
1,1
COMMENTS
If k is a term, then k*m is a term in A336680 for any squarefree number m that is coprime to k.
Any term in A336680 is of the form k*m where k is a term in this sequence and m is a squarefree number coprime to k. Therefore, A336680 can be generated from this sequence by multiplying with coprime squarefree numbers, and the asymptotic density of A336680 can be evaluated from the terms in this sequence (see the Comments section of A336680).
The least odd term is a(2513) = A391284(1) = 6485886225.
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], expAdmQ]; seq[400000] (* using the function "expAdmQ" from A336680 *)
CROSSREFS
KEYWORD
nonn
AUTHOR
Amiram Eldar, Dec 05 2025
STATUS
approved
