# Greetings from The On-Line Encyclopedia of Integer Sequences! http://oeis.org/ Search: id:a141983 Showing 1-1 of 1 %I A141983 #19 Sep 08 2022 08:45:35 %S A141983 7,181,239,587,761,877,1051,1109,1283,1399,1747,1979,2153,2269,2617, %T A141983 2791,3023,3313,3371,3719,4241,4357,4937,5227,5749,5807,5923,5981, %U A141983 6271,6329,6619,6793,6967,7489,7547,8011,8069,8243,8707,9403,9461,10099,10273,10331 %N A141983 Primes congruent to 7 mod 29. %H A141983 Vincenzo Librandi, Table of n, a(n) for n = 1..1000 %F A141983 a(n) ~ 28n log n. - _Charles R Greathouse IV_, Jul 03 2016 %t A141983 Select[Range[7,10000,29],PrimeQ] (* _Vladimir Joseph Stephan Orlovsky_, Apr 06 2011 *) %o A141983 (Magma) [ p: p in PrimesUpTo(11000) | p mod 29 eq 7 ]; // _Vincenzo Librandi_, Apr 07 2011 %o A141983 (PARI) is(n)=isprime(n) && n%29==7 \\ _Charles R Greathouse IV_, Jul 03 2016 %Y A141983 Cf. A000040, A141977, A141978. %K A141983 nonn,easy %O A141983 1,1 %A A141983 _N. J. A. Sloane_, Jul 11 2008 # Content is available under The OEIS End-User License Agreement: http://oeis.org/LICENSE