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!)
A142123 Primes congruent to 14 mod 37. 3

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

%S 199,347,421,569,643,1013,1087,1531,1753,1901,2789,3011,3307,3529,

%T 3677,4639,4787,4861,5009,5231,5527,5749,5897,6563,6637,7229,7451,

%U 7673,8117,8191,8783,9227,9967,10337,10559,10781,11003,11299,11447,11743,12113,12409

%N Primes congruent to 14 mod 37.

%H Vincenzo Librandi, <a href="/A142123/b142123.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[14,30000,37],PrimeQ] (* _Vladimir Joseph Stephan Orlovsky_, May 08 2011 *)

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

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

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

%Y Cf. A000040, A142120, A142121, A142122.

%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 25 10:51 EDT 2024. Contains 371967 sequences. (Running on oeis4.)