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

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

%S 103,277,509,683,857,1031,1321,1553,1669,1901,2017,2423,2539,2713,

%T 2887,3061,3119,3467,3583,3931,3989,4337,4801,5323,5381,5903,6367,

%U 6599,6947,7121,7237,7411,7643,7759,7817,7933,8513,8629,8803,8861,9151,9209,10079

%N Primes congruent to 16 mod 29.

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

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

%t Select[Range[16,10000,29],PrimeQ] (* _Vladimir Joseph Stephan Orlovsky_, Apr 06 2011 *)

%t Select[Prime[Range[1250]],Mod[#,29]==16&] (* _Harvey P. Dale_, Jun 09 2022 *)

%o (Magma) [ p: p in PrimesUpTo(11000) | p mod 29 eq 16 ]; // _Vincenzo Librandi_, Apr 07 2011

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

%Y Cf. A000040, A141977, A141978.

%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 20 00:58 EDT 2024. Contains 371798 sequences. (Running on oeis4.)