%I #7 Sep 08 2022 08:45:37
%S 29,197,421,701,757,1093,1373,1429,1597,1709,1877,1933,2213,2269,2381,
%T 2437,2549,3109,3221,3389,3557,3613,4229,4397,4621,4733,4789,4957,
%U 5237,5573,5741,6133,6301,6469,6581,6637,6917,7253,7309,7477,7589,7757,8093,8317
%N Primes congruent to 29 mod 56.
%H Vincenzo Librandi, <a href="/A142653/b142653.txt">Table of n, a(n) for n = 1..1000</a>
%t Select[Prime[Range[1300]], MemberQ[{29}, Mod[#, 56]] &] (* _Vincenzo Librandi_, Sep 01 2012 *)
%o (Magma) [p: p in PrimesUpTo(10000) | p mod 56 eq 29 ]; // _Vincenzo Librandi_, Sep 01 2012
%Y Cf. A000040.
%K nonn,easy
%O 1,1
%A _N. J. A. Sloane_, Jul 11 2008