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

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

%S 29,277,401,463,587,773,1021,1579,1889,1951,2137,2447,2633,2819,3067,

%T 3191,3253,4493,4679,5051,5113,5237,5857,5981,6043,6229,6353,6911,

%U 7159,7283,7717,7841,8089,8461,8647,9391,9887,9949,10259,10321,10631,11003,11251

%N Primes congruent to 29 mod 31.

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

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

%t Select[Range[29,20000,31],PrimeQ] (* _Vladimir Joseph Stephan Orlovsky_, Apr 30 2011 *)

%o (Magma) [p: p in PrimesUpTo(12000) | p mod 31 eq 29 ]; // _Vincenzo Librandi_, Aug 18 2012

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

%Y Cf. A000040, A142005, A142006, A142031.

%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 July 25 18:16 EDT 2024. Contains 374612 sequences. (Running on oeis4.)