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!)
A141879 Primes congruent to 14 mod 19. 1

%I #18 Sep 08 2022 08:45:35

%S 71,109,223,337,641,907,983,1021,1097,1249,1439,1553,1667,1933,2161,

%T 2237,2351,2389,2503,2579,2617,2693,2731,3187,3301,3491,3529,3643,

%U 3719,3833,3947,4099,4289,4327,4441,4517,4783,4973,5011,5087,5581,5657,5923,6037

%N Primes congruent to 14 mod 19.

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

%F a(n) ~ 18n log n. - _Charles R Greathouse IV_, Jul 03 2016

%t Select[Range[14,5000,19],PrimeQ] (* _Vladimir Joseph Stephan Orlovsky_, Mar 31 2011*)

%o (Magma) [p: p in PrimesUpTo(7000) | p mod 19 eq 14 ]; // _Vincenzo Librandi_, Aug 15 2012

%o (PARI) is(n)=isprime(n) && n%19==14 \\ _Charles R Greathouse IV_, Jul 03 2016

%Y Cf. A000040.

%K nonn,easy

%O 1,1

%A _N. J. A. Sloane_, Jul 11 2008

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 May 1 13:18 EDT 2024. Contains 372172 sequences. (Running on oeis4.)