Reminder: The OEIS is hiring a new managing editor, and the application deadline is January 26.
%I #11 Sep 08 2022 08:45:36
%S 83,271,647,929,1117,1399,1493,2339,2621,2903,3373,3467,4219,4783,
%T 4877,5347,5441,6287,6569,7039,7321,7603,8167,8543,8731,9013,9859,
%U 10141,10799,10987,11551,11833,11927,12491,13337,13619,13807,13901,14653,14747,15217
%N Primes congruent to 36 mod 47.
%H Vincenzo Librandi, <a href="/A142387/b142387.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[{36},Mod[#,47]]&] (* _Vincenzo Librandi_, Aug 27 2012 *)
%t Select[Range[36,16000,47],PrimeQ] (* _Harvey P. Dale_, Dec 07 2014 *)
%o (Magma) [p: p in PrimesUpTo(18000) | p mod 47 eq 36]; // _Vincenzo Librandi_, Aug 27 2012
%o (PARI) is(n)=isprime(n) && n%47==36 \\ _Charles R Greathouse IV_, Jul 03 2016
%Y Cf. A000040.
%K nonn,easy
%O 1,1
%A _N. J. A. Sloane_, Jul 11 2008