login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A100698 Primes of the form n^3 - n + 1. 3
7, 61, 211, 337, 991, 1321, 2731, 3361, 6841, 9241, 10627, 15601, 17551, 29761, 42841, 59281, 68881, 74047, 91081, 124951, 140557, 157411, 185137, 238267, 421801, 456457, 592621, 614041, 658417, 728911, 778597, 857281, 970201, 1030201 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
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
Sequence in context: A043085 A079672 A173880 * A141952 A289723 A064398
KEYWORD
nonn,easy
AUTHOR
Giovanni Teofilatto, Dec 09 2004
EXTENSIONS
Inaccurate comment removed by D. S. McNeil, Nov 17 2010
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified April 23 16:40 EDT 2024. Contains 371916 sequences. (Running on oeis4.)