Reminder: The OEIS is hiring a new managing editor, and the application deadline is January 26.
%I #9 Sep 08 2022 08:45:37
%S 37,257,367,587,1907,2017,2237,2347,2677,2897,3557,4217,4327,4547,
%T 4657,4877,4987,5647,5867,6197,6637,6857,6967,7187,7297,7517,8287,
%U 8837,9277,9497,10267,10487,10597,11257,11587,11807,12577,12907,13127,13457,13567
%N Primes congruent to 37 mod 55.
%H Vincenzo Librandi, <a href="/A142627/b142627.txt">Table of n, a(n) for n = 1..1000</a>
%t Select[Prime[Range[2300]], MemberQ[{37}, Mod[#, 55]] &] (* _Vincenzo Librandi_, Aug 31 2012 *)
%t Select[Range[37, 14000, 55], PrimeQ] (* _Bruno Berselli_, Aug 31 2012 *)
%o (Magma) [p: p in PrimesUpTo(14000) | p mod 55 eq 37]; // _Vincenzo Librandi_, Aug 31 2012
%Y Cf. A000040.
%K nonn,easy
%O 1,1
%A _N. J. A. Sloane_, Jul 11 2008