login
Primes congruent to 29 mod 64.
1

%I #10 Sep 08 2022 08:45:37

%S 29,157,349,541,733,797,1117,1181,1373,1693,1949,2141,2269,2333,2909,

%T 3037,3229,3613,3677,4253,4637,4957,5021,5981,6173,6301,7069,7517,

%U 7901,8093,8221,8669,8861,9181,9437,9629,9949,10141,10333,10589,10781,10909,10973

%N Primes congruent to 29 mod 64.

%H Vincenzo Librandi, <a href="/A142938/b142938.txt">Table of n, a(n) for n = 1..1000</a>

%t Select[Prime[Range[1700]], MemberQ[{29}, Mod[#, 64]] &] (* _Vincenzo Librandi_, Sep 07 2012 *)

%o (Magma) [p: p in PrimesUpTo(11000) | p mod 64 eq 29 ]; // _Vincenzo Librandi_, Sep 07 2012

%Y Cf. A000040.

%K nonn,easy

%O 1,1

%A _N. J. A. Sloane_, Jul 11 2008