login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A142178 Primes congruent to 32 mod 39. 1

%I #13 Sep 08 2022 08:45:35

%S 71,149,227,383,461,617,773,929,1163,1319,1553,1709,1787,2099,2333,

%T 2411,2801,2879,2957,3191,3347,3581,3659,4049,4127,4283,4517,4673,

%U 4751,5297,5531,5843,6311,6389,6701,6779,6857,7013,7247,7481,7559,7793,7949,8573

%N Primes congruent to 32 mod 39.

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

%t Select[Range[32, 20000, 39], PrimeQ] (* _Vladimir Joseph Stephan Orlovsky_, Jul 02 2011 *)

%t Select[Prime[Range[3000]],MemberQ[{32},Mod[#,39]]&] (* _Vincenzo Librandi_, Aug 20 2012 *)

%o (PARI) select(n->n%39==32,primes(1000)) \\ _Charles R Greathouse IV_, Jul 02, 2011

%o (Magma)[p: p in PrimesUpTo(10000) | p mod 39 eq 32 ]; // _Vincenzo Librandi_, Aug 20 2012

%Y Cf. A000040, A142180, A142181, A142179.

%K nonn,easy

%O 1,1

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

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified May 4 21:32 EDT 2024. Contains 372257 sequences. (Running on oeis4.)