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!)
A132238 Primes congruent to {11, 13} mod 30. 4

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

%S 11,13,41,43,71,73,101,103,131,163,191,193,223,251,281,283,311,313,

%T 373,401,431,433,461,463,491,521,523,613,641,643,673,701,733,761,821,

%U 823,853,881,883,911,941,971,1031,1033,1061,1063

%N Primes congruent to {11, 13} mod 30.

%H Vincenzo Librandi, <a href="/A132238/b132238.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[200]],MemberQ[{11,13}, Mod[#,30]]&] (* _Harvey P. Dale_, Mar 12 2011 *)

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

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

%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 May 11 06:07 EDT 2024. Contains 372388 sequences. (Running on oeis4.)