Reminder: The OEIS is hiring a new managing editor, and the application deadline is January 26.
%I #9 Sep 08 2022 08:45:36
%S 37,131,601,883,977,1259,1447,1823,2011,2293,2857,3797,4079,4549,4643,
%T 4831,5113,6053,6899,7369,7933,8779,9343,9437,9719,9907,10753,10847,
%U 11317,11411,12163,12539,12821,13009,13103,13291,14419,14983,15077,15359,15641,15923
%N Primes congruent to 37 mod 47.
%H Vincenzo Librandi, <a href="/A142388/b142388.txt">Table of n, a(n) for n = 1..1000</a>
%F a(n) ~ 46n log n. - _Charles R Greathouse IV_, Jul 03 2016
%t Select[Prime[Range[2500]], MemberQ[{37}, Mod[#, 47]] &] (* _Vincenzo Librandi_, Aug 27 2012 *)
%o (Magma) [p: p in PrimesUpTo(18000) | p mod 47 eq 37]; // _Vincenzo Librandi_, Aug 27 2012
%o (PARI) is(n)=isprime(n) && n%47==37 \\ _Charles R Greathouse IV_, Jul 03 2016
%Y Cf. A000040.
%K nonn,easy
%O 1,1
%A _N. J. A. Sloane_, Jul 11 2008