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

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

%S 29,103,251,547,769,991,1213,1361,1583,1657,1879,2027,2693,2767,3137,

%T 3359,3433,3581,3803,3877,4099,4691,4987,5209,5431,5653,5801,6689,

%U 6763,6911,7207,7577,7873,8243,8317,8539,8761,9649,9871,10093,10463,11351,12239,12757

%N Primes congruent to 29 mod 37.

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

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

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

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

%Y Cf. A000040, A142136, A142137.

%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 14 19:28 EDT 2024. Contains 375929 sequences. (Running on oeis4.)