OFFSET
1,1
COMMENTS
LINKS
Michael De Vlieger, Table of n, a(n) for n = 1..10000
FORMULA
EXAMPLE
This sequence is the union of the following infinite sets:
= { m*S(1)^2 : rad(m) | S(1) }.
= { m*S(2)^2 : rad(m) | S(2) }.
= { m*S(3)^2 : rad(m) | S(3) }, etc.
MATHEMATICA
With[{nn = 2^14},
Select[
Select[
Rest@ Union@ Flatten@ Table[a^2*b^3, {b, nn^(1/3)}, {a, Sqrt[nn/b^3]}],
Not@*PrimePowerQ],
Nand[EvenQ[#],
Union@ Differences@ PrimePi[FactorInteger[#][[All, 1]]] == {1}] &] ]
CROSSREFS
KEYWORD
nonn
AUTHOR
Michael De Vlieger, Jan 22 2024
STATUS
approved