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!)
A142176 Primes congruent to 29 mod 39. 1

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

%S 29,107,263,419,653,809,887,1277,1433,1511,1667,1823,1901,1979,2213,

%T 2447,2837,3461,3539,3617,3851,3929,4007,4241,4397,4787,4943,5021,

%U 5099,5333,5801,5879,6113,6269,6581,6659,6737,6971,7127,7283,7517,7673,7829,7907

%N Primes congruent to 29 mod 39.

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

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

%t Select[Prime[Range[3000]],MemberQ[{29},Mod[#,39]]&] (* _Vincenzo Librandi_, Aug 20 2012 *)

%t Select[Range[29,8000,39],PrimeQ] (* _Harvey P. Dale_, Jan 17 2014 *)

%o (Magma) [p: p in PrimesUpTo(10000) | p mod 39 eq 29 ]; // _Vincenzo Librandi_, Aug 20 2012

%o (PARI) is(n)=isprime(n) && n%39==29 \\ _Charles R Greathouse IV_, Jul 03 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 April 19 16:52 EDT 2024. Contains 371794 sequences. (Running on oeis4.)