%I #7 Sep 08 2022 08:45:37
%S 109,353,719,1451,2549,2671,3037,3769,4013,5233,5477,5843,7307,7673,
%T 8039,8161,8527,8893,9137,10357,10601,10723,11699,11821,12553,12919,
%U 13163,14627,15359,16091,16823,17189,17921,18043,18287,19141,19507,19751,20117,20483
%N Primes congruent to 48 mod 61.
%H Vincenzo Librandi, <a href="/A142846/b142846.txt">Table of n, a(n) for n = 1..1000</a>
%t Select[Prime[Range[2600]], MemberQ[{48}, Mod[#, 61]] &] (* _Vincenzo Librandi_, Sep 05 2012 *)
%o (Magma) [p: p in PrimesUpTo(21000) | p mod 61 eq 48 ] ; // _Vincenzo Librandi_, Sep 05 2012
%Y Cf. A000040.
%K nonn,easy
%O 1,1
%A _N. J. A. Sloane_, Jul 11 2008