|
| |
|
|
A142123
|
|
Primes congruent to 14 mod 37.
|
|
3
|
|
|
|
199, 347, 421, 569, 643, 1013, 1087, 1531, 1753, 1901, 2789, 3011, 3307, 3529, 3677, 4639, 4787, 4861, 5009, 5231, 5527, 5749, 5897, 6563, 6637, 7229, 7451, 7673, 8117, 8191, 8783, 9227, 9967, 10337, 10559, 10781, 11003, 11299, 11447, 11743, 12113, 12409
(list;
graph;
refs;
listen;
history;
text;
internal format)
|
|
|
|
OFFSET
|
1,1
|
|
|
LINKS
|
Vincenzo Librandi, Table of n, a(n) for n = 1..1000
|
|
|
MATHEMATICA
|
Select[Range[14, 30000, 37], PrimeQ] (* From Vladimir Joseph Stephan Orlovsky, May 08 2011 *)
Select[Prime[Range[5000]], MemberQ[{14}, Mod[#, 37]]&] (* Vincenzo Librandi, Aug 19 2012 *)
|
|
|
PROG
|
(MAGMA) [p: p in PrimesUpTo(15000) | p mod 37 eq 14 ]; // Vincenzo Librandi, Aug 19 2012
|
|
|
CROSSREFS
|
Cf. A000040, A142120, A142121, A142122.
Sequence in context: A088294 A122091 A142749 * A046006 A147262 A106759
Adjacent sequences: A142120 A142121 A142122 * A142124 A142125 A142126
|
|
|
KEYWORD
|
nonn,easy
|
|
|
AUTHOR
|
N. J. A. Sloane, Jul 11 2008
|
|
|
STATUS
|
approved
|
| |
|
|