OFFSET
1,1
LINKS
Vincenzo Librandi, Table of n, a(n) for n = 1..1000
Marie Euler, Christophe Petit, Expanding the use of quasi-subfield polynomials, arXiv:1909.11326 [cs.CR], 2019.
MATHEMATICA
Select[Table[n^3-n+1, {n, 0, 1500}], PrimeQ] (* Vincenzo Librandi, Jul 18 2012 *)
PROG
(Magma) [ a: n in [0..400] | IsPrime(a) where a is n^3 - n +1]; // Vincenzo Librandi, Nov 17 2010
CROSSREFS
KEYWORD
nonn,easy
AUTHOR
Giovanni Teofilatto, Dec 09 2004
EXTENSIONS
Inaccurate comment removed by D. S. McNeil, Nov 17 2010
STATUS
approved