# Greetings from The On-Line Encyclopedia of Integer Sequences! http://oeis.org/ Search: id:a142845 Showing 1-1 of 1 %I A142845 #9 Sep 08 2022 08:45:37 %S A142845 47,1511,1877,1999,2243,2609,2731,3463,4073,4561,5171,5659,5903,6269, %T A142845 7001,7489,8221,8831,9319,9929,11027,11149,11393,12491,12613,12979, %U A142845 13711,14321,15053,15541,15907,16273,16883,17737,17981,18713,19079,20177,20543,21031 %N A142845 Primes congruent to 47 mod 61. %H A142845 Vincenzo Librandi, Table of n, a(n) for n = 1..1000 %t A142845 Select[Prime[Range[2700]], MemberQ[{47}, Mod[#, 61]] &] (* _Vincenzo Librandi_, Sep 05 2012 *) %t A142845 Select[Range[47,22000,61],PrimeQ] (* _Harvey P. Dale_, Apr 23 2019 *) %o A142845 (Magma) [p: p in PrimesUpTo(22000) | p mod 61 eq 47 ] ; // _Vincenzo Librandi_, Sep 05 2012 %Y A142845 Cf. A000040. %K A142845 nonn,easy %O A142845 1,1 %A A142845 _N. J. A. Sloane_, Jul 11 2008 # Content is available under The OEIS End-User License Agreement: http://oeis.org/LICENSE