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

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

%S 2,5,7,43,59,83,97,157,173,197,211,233,271,311,347,349,401,439,461,

%T 463,499,577,613,653,691,727,743,857,881,919,971,1009,1031,1033,1069,

%U 1109,1123,1223,1237,1259,1297,1373,1427,1451,1487,1489,1579,1601,1693

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

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

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

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

%Y Cf. A000040, A045355, A045357.

%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 23 02:23 EDT 2024. Contains 371906 sequences. (Running on oeis4.)