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!)
A142126 Primes congruent to 17 mod 37. 4

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

%S 17,239,313,461,683,757,1201,1423,1571,1867,2089,2237,2311,2459,2903,

%T 3347,3643,4013,4457,4679,5197,5419,5641,6011,6529,6899,7121,7417,

%U 7639,8009,8231,8527,8971,9341,9859,10007,10303,11117,11783,12227,12301,12671,12893

%N Primes congruent to 17 mod 37.

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

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

%t Select[Range[17,30000,37],PrimeQ] (* _Vladimir Joseph Stephan Orlovsky_, May 11 2011 *)

%t Select[Prime[Range[5000]],MemberQ[{17},Mod[#,37]]&] (* _Vincenzo Librandi_, Aug 19 2012 *)

%o (Magma) [p: p in PrimesUpTo(15000) | p mod 37 eq 17 ]; // _Vincenzo Librandi_, Aug 19 2012

%o (PARI) is(n)=isprime(n) && n%37==17 \\ _Charles R Greathouse IV_, Jul 02 2016

%Y Cf. A000040, A142124, A142125, A144562.

%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 September 9 12:29 EDT 2024. Contains 375764 sequences. (Running on oeis4.)