A140373 Primes of the form 26*n+11.
11, 37, 89, 167, 193, 271, 349, 401, 479, 557, 661, 739, 947, 1051, 1103, 1129, 1181, 1259, 1493, 1571, 1597, 1753, 1831, 1987, 2039, 2143, 2221, 2273, 2351, 2377, 2663, 2689, 2741, 2767, 2819, 2897, 3001, 3079, 3209, 3313, 3391, 3469, 3547, 3677, 3833
Offset: 1
Links
- Daniel Starodubtsev, Table of n, a(n) for n = 1..10000
Programs
-
Magma
[a: n in [0..250]|IsPrime(a) where a is 26*n+11] // Vincenzo Librandi, Dec 18 2010
-
Mathematica
Select[Range[11, 50000, 13], PrimeQ] (* Vladimir Joseph Stephan Orlovsky, Jun 13 2011 *)
Extensions
Edited by R. J. Mathar, Jun 16 2008
Comments