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

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

%S 2,7,41,59,67,137,163,197,223,241,293,353,379,397,431,449,457,509,587,

%T 613,631,683,691,709,743,761,769,787,821,839,977,1021,1151,1229,1237,

%U 1289,1307,1367,1471,1489,1523,1549,1567,1601,1619,1627,1697,1723,1783

%N Primes congruent to {2, 7} mod 13.

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

%t Select[Prime[Range[1000]],MemberQ[{2, 7},Mod[#,13]]&]

%o (Magma) [ p: p in PrimesUpTo(2000) | p mod 13 in {2, 7} ];

%Y Cf. A000040, A003627.

%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 April 18 21:46 EDT 2024. Contains 371781 sequences. (Running on oeis4.)