OFFSET
1,1
LINKS
Vincenzo Librandi, Table of n, a(n) for n = 1..1000
MATHEMATICA
Select[Range[300], PrimeOmega[#^5 - #^3 - 2 #^2 + 1]==2&] (* Vincenzo Librandi, May 14 2014 *)
PROG
(Magma) IsSemiprime:=func<i | &+[d[2]: d in Factorization(i)] eq 2>; [n: n in [2..200] | IsSemiprime(s) where s is n^5-n^3-2*n^2+1]; // Vincenzo Librandi, May 14 2014
CROSSREFS
KEYWORD
nonn,easy,less
AUTHOR
Vincenzo Librandi, Jun 05 2010
STATUS
approved