OFFSET
1,1
COMMENTS
Murru & Salvatori refer to these as Blum integers, though that title properly rests with A016105.
LINKS
Nadir Murru and Giulia Salvatori, Integer factorization via continued fractions and quadratic forms, arXiv preprint (2024). arXiv:2409.03486 [math.NT]
PROG
(PARI) list(lim)=my(P=List(), v=List(), t, p); forstep(e=1, logint(lim\=1, 3), 2, forprimestep(p=3, sqrtnint(lim\3, e), 4, listput(P, p^e))); P=Set(P); for(i=2, #P, p=P[i]; for(j=1, i-1, t=p*P[j]; if(t>lim, break); if(gcd(p, P[j])==1, listput(v, t)))); Set(v)
CROSSREFS
KEYWORD
nonn
AUTHOR
Charles R Greathouse IV, Sep 26 2024
STATUS
approved