The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
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!)
A132239 Primes congruent to {17, 19} mod 30. 1

%I #11 Sep 08 2022 08:45:31

%S 17,19,47,79,107,109,137,139,167,197,199,227,229,257,317,347,349,379,

%T 409,439,467,499,557,587,617,619,647,677,709,739,769,797,827,829,857,

%U 859,887,919,947,977,1009,1039,1069,1097,1129,1187

%N Primes congruent to {17, 19} mod 30.

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

%H C. K. Caldwell, <a href="http://primes.utm.edu">The Prime Pages</a>.

%H Omar E. Pol, <a href="http://www.polprimos.com">Determinacion geometrica de los numeros primos y perfectos</a>.

%t Select[Prime[Range[1000]],MemberQ[{17,19},Mod[#,30]]&] (* _Vincenzo Librandi_, Aug 14 2012 *)

%o (Magma) [ p: p in PrimesUpTo(1300) | p mod 30 in {17, 19} ]; // _Vincenzo Librandi_, Aug 14 2012

%Y Cf. A000040, A001097, A001359, A006512, A039949.

%K easy,nonn

%O 1,1

%A _Omar E. Pol_, Aug 15 2007

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 June 12 14:48 EDT 2024. Contains 373331 sequences. (Running on oeis4.)