A142211 Primes congruent to 14 mod 41.
137, 383, 547, 1039, 1367, 1531, 1613, 1777, 2269, 2351, 2843, 3089, 3253, 3499, 3581, 4073, 4483, 4729, 5303, 6287, 6451, 6779, 7517, 7681, 7927, 8009, 8419, 8501, 8747, 9157, 9239, 9403, 9649, 10141, 10223, 11617, 11699, 11863, 12109, 12437, 12601, 13093
Offset: 1
Links
- Vincenzo Librandi, Table of n, a(n) for n = 1..1000
Programs
-
Magma
[p: p in PrimesUpTo(16000) | p mod 41 eq 14 ]; // Vincenzo Librandi, Aug 23 2012
-
Mathematica
Select[Range[14,30000,41],PrimeQ] (* Vladimir Joseph Stephan Orlovsky, May 17 2011 *) Select[Prime[Range[5000]],MemberQ[{14},Mod[#,41]]&] (* Vincenzo Librandi, Aug 23 2012 *)
-
PARI
is(n)=isprime(n) && n%41==14 \\ Charles R Greathouse IV, Jul 02 2016
Formula
a(n) ~ 40n log n. - Charles R Greathouse IV, Jul 02 2016