login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 


Primes congruent to 13 mod 29.
2

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

%S 13,71,419,593,709,883,941,1231,1289,1579,1637,1753,1811,2333,2797,

%T 2971,3203,3319,4073,4363,4421,4943,5059,5233,5407,5581,5639,5813,

%U 5987,6277,6451,6857,7321,7669,7727,7901,8017,8191,8423,8539,8597,8713,8887,9293

%N Primes congruent to 13 mod 29.

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

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

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

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

%o (PARI) is(n)=isprime(n) && n%29==13 \\ _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 | 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 24 03:28 EDT 2024. Contains 376185 sequences. (Running on oeis4.)