OFFSET
1,1
COMMENTS
Either a(n)=(4*i+1)*(4*j+1) or a(n)=(4*i+3)*(4*j+3); - Reinhard Zumkeller, Jun 15 2005
A107978 is a subsequence. - Reinhard Zumkeller, Jun 15 2005
LINKS
Vincenzo Librandi, Table of n, a(n) for n = 1..1000
K. Ford, Jason Sneed, Chebyshev's Bias for products of two primes, Exper. Math. 19 (4) (2010) 385-398
MATHEMATICA
Select[4Range[0, 150] + 1, PrimeOmega[#] == 2&] (* Vincenzo Librandi, Sep 22 2012 *)
PROG
(Magma) IsSemiprime:= func<n | &+[d[2]: d in Factorization(n)] eq 2>; [s: n in [2..150] | IsSemiprime(s) where s is 4*n + 1]; // Vincenzo Librandi, Sep 22 2012
CROSSREFS
KEYWORD
easy,nonn
AUTHOR
Giovanni Teofilatto, Jun 14 2005
EXTENSIONS
Corrected and extended by Reinhard Zumkeller, Jun 15 2005
STATUS
approved