[go: up one dir, main page]

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

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

%S 2,5,13,31,41,53,67,79,83,109,131,157,197,223,239,313,317,353,379,421,

%T 431,443,457,499,509,521,547,577,587,599,613,677,691,733,743,769,811,

%U 821,859,863,911,937,941,967,977,1019,1093,1097,1123,1171,1201,1223,1237

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

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

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

%o (Magma) [ p: p in PrimesUpTo(1500) | p mod 13 in {0, 1, 2, 5} ];

%Y Cf. A000040, A045358.

%K nonn,easy

%O 1,1

%A _Vincenzo Librandi_, Aug 07 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 August 30 02:56 EDT 2024. Contains 375521 sequences. (Running on oeis4.)