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

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

%S 43,101,449,739,797,971,1087,1319,1493,1609,1667,1783,2131,2711,3001,

%T 3407,3581,3697,3929,4219,4451,4567,4799,4973,5147,5437,5669,5843,

%U 6133,6481,6829,7177,7351,7583,7699,7757,7873,8221,8627,9091,9323,9439,9497,9613

%N Primes congruent to 14 mod 29.

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

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

%o (PARI) is(n)=isprime(n) && n%29==14 \\ _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 24 18:17 EDT 2024. Contains 371962 sequences. (Running on oeis4.)