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!)
A215303 Primes congruent to {1, 2, 3, 4} mod 13. 3

%I #8 Sep 08 2022 08:46:03

%S 2,3,17,29,41,43,53,67,79,107,131,157,173,197,199,211,223,251,263,277,

%T 313,353,367,379,419,431,433,443,457,509,521,523,547,563,587,599,601,

%U 613,641,653,677,691,719,743,757,769,797,809,821,823,859,887,911

%N Primes congruent to {1, 2, 3, 4} mod 13.

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

%t Select[Prime[Range[600]],MemberQ[{1,2,3, 4},Mod[#,13]]&]

%o (Magma) [p: p in PrimesUpTo(1000) | p mod 13 in [1..4]];

%Y Cf. A000040, A045319, A045337, A215302-A215305.

%K nonn,easy

%O 1,1

%A _Vincenzo Librandi_, Aug 08 2012

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 April 20 05:55 EDT 2024. Contains 371799 sequences. (Running on oeis4.)