PROG
(MAGMAMagma) [n: n in [0..150]| IsPrime(210*n + 11)]; // Vincenzo Librandi, Oct 04 2012
(MAGMAMagma) [n: n in [0..150]| IsPrime(210*n + 11)]; // Vincenzo Librandi, Oct 04 2012
reviewed
approved
proposed
reviewed
editing
proposed
Numbers n such that 210*n + 11 is prime.
0;
2, 3;
19 - ..21;
106 - ..109;
1270 - ..1274;
1178 - ..1183;
15304 - ..15310;
2562331 - ..2562338;
108571234 - ..108571242;
1594939699 - ..1594939708.
n=2: 210*2 + 11 = 431 is prime.
Insert 0 - _inserted by _Ray Chandler_, Apr 30 2010
approved
editing
editing
approved
(PARI) is(n)=isprime(210*n+11) \\ Charles R Greathouse IV, May 22 2017
approved
editing
reviewed
approved
proposed
reviewed
editing
proposed