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

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

%S 2,3,5,13,17,29,31,41,43,67,83,107,109,173,197,199,211,223,239,251,

%T 263,277,317,353,367,379,419,421,431,433,457,499,509,523,563,577,587,

%U 601,613,641,653,691,719,733,743,757,769,797,809,811,821,823,863,887

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

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

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

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

%Y Cf. A000040, A042989.

%K nonn,easy

%O 1,1

%A _Vincenzo Librandi_, Aug 09 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 25 07:07 EDT 2024. Contains 371964 sequences. (Running on oeis4.)