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

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

%S 2,3,5,29,31,41,53,67,79,83,107,109,131,157,197,211,223,239,263,313,

%T 317,353,367,379,419,421,431,443,457,499,509,521,523,547,577,587,599,

%U 601,613,653,677,691,733,743,757,769,809,811,821,859,863,887,911

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

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

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

%o (Magma) [p: p in PrimesUpTo(1000) | p mod 13 in [1, 2, 3, 5]];

%Y Cf. A000040, A042998, A045313.

%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 24 04:14 EDT 2024. Contains 371918 sequences. (Running on oeis4.)