OFFSET
1,1
COMMENTS
None of the semiprimes are squares. - T. D. Noe, Oct 03 2013
LINKS
Charles R Greathouse IV, Table of n, a(n) for n = 1..10000
PROG
(PARI) do(lim)=my(v=List(), t); forprime(q=2, sqrtint(lim\10), forprime(p=2, min(sqrtint(lim\q), q), t=eval(Str(p, p*q, q)); if(t>lim, next(2)); if(isprime(t), listput(v, [t, p*q])))); apply(u->u[2], vecsort(Vec(v), 1)) \\ Charles R Greathouse IV, Oct 03 2013
CROSSREFS
KEYWORD
nonn,base
AUTHOR
G. L. Honaker, Jr., Oct 01 2013
STATUS
approved