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

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

%S 7,181,239,587,761,877,1051,1109,1283,1399,1747,1979,2153,2269,2617,

%T 2791,3023,3313,3371,3719,4241,4357,4937,5227,5749,5807,5923,5981,

%U 6271,6329,6619,6793,6967,7489,7547,8011,8069,8243,8707,9403,9461,10099,10273,10331

%N Primes congruent to 7 mod 29.

%H Vincenzo Librandi, <a href="/A141983/b141983.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[7,10000,29],PrimeQ] (* _Vladimir Joseph Stephan Orlovsky_, Apr 06 2011 *)

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

%o (PARI) is(n)=isprime(n) && n%29==7 \\ _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 August 24 21:46 EDT 2024. Contains 375417 sequences. (Running on oeis4.)