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

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

%S 41,157,331,389,563,853,911,1201,1259,1433,1549,1607,1723,2129,2477,

%T 2593,2767,2999,3347,3463,3637,4159,4217,4391,4507,5087,5261,5783,

%U 6073,6131,6247,6421,6653,6827,7001,7349,7523,7639,8161,8219,8741,9437,9901,10133

%N Primes congruent to 12 mod 29.

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

%F {2} UNION A142244. - _R. J. Mathar_, Jul 20 2008

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

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

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

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

%Y Cf. A000040, A141977, A141978, A142244.

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