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!)
A142745 Primes congruent to 18 mod 59. 1

%I #9 Sep 08 2022 08:45:37

%S 313,431,1021,1493,1847,2083,2437,2791,2909,3499,3617,3853,4561,4679,

%T 5387,5623,5741,6449,6803,7039,7393,8101,8219,8573,9281,9871,10343,

%U 11287,12113,12703,12821,13411,13883,14591,14827,15299,15889,16007,16361,17659,18013

%N Primes congruent to 18 mod 59.

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

%t Select[Prime[Range[2400]], MemberQ[{18}, Mod[#, 59]] &] (* _Vincenzo Librandi_, Sep 03 2012 *)

%t Select[Range[18,19000,59],PrimeQ] (* _Harvey P. Dale_, May 10 2017 *)

%o (Magma) [p: p in PrimesUpTo(19000) | p mod 59 eq 18 ]; // _Vincenzo Librandi_, Sep 03 2012

%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 April 24 22:17 EDT 2024. Contains 371964 sequences. (Running on oeis4.)