Reminder: The OEIS is hiring a new managing editor, and the application deadline is January 26.
%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