Reminder: The OEIS is hiring a new managing editor, and the application deadline is January 26.
%I #10 Sep 08 2022 08:45:37
%S 173,661,1637,1759,2003,2857,3467,3833,4931,5297,5419,6029,6151,6761,
%T 6883,7127,8713,9323,9689,9811,10177,10909,11519,12007,12251,12373,
%U 12739,12983,14081,14447,14813,15667,16033,17497,17863,18229,18839,19571,19937,21157
%N Primes congruent to 51 mod 61.
%H Vincenzo Librandi, <a href="/A142849/b142849.txt">Table of n, a(n) for n = 1..1000</a>
%t Select[Prime[Range[2500]],Mod[#,61]==51&] (* _Harvey P. Dale_, Jan 15 2012 *)
%t Select[Prime[Range[2600]], MemberQ[{51}, Mod[#, 61]] &] (* _Vincenzo Librandi_, Sep 05 2012 *)
%o (Magma) [p: p in PrimesUpTo(22000) | p mod 61 eq 51 ] ; // _Vincenzo Librandi_, Sep 05 2012
%Y Cf. A000040.
%K nonn,easy
%O 1,1
%A _N. J. A. Sloane_, Jul 11 2008