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!)
A142143 Primes congruent to 34 mod 37. 2

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

%S 71,293,367,811,1033,1181,1699,1847,2069,2143,2957,3253,3623,3697,

%T 3919,4289,4363,4733,5399,5843,6287,6361,7027,7841,8581,8803,8951,

%U 9173,9839,10061,10357,10949,11171,11393,11467,11689,12281,12503,12577,12799,13613

%N Primes congruent to 34 mod 37.

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

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

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

%o (PARI) is(n)=isprime(n) && n%37==34 \\ _Charles R Greathouse IV_, Jul 02 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 September 5 16:49 EDT 2024. Contains 375700 sequences. (Running on oeis4.)