# Greetings from The On-Line Encyclopedia of Integer Sequences! http://oeis.org/ Search: id:a142839 Showing 1-1 of 1 %I A142839 #10 Sep 08 2022 08:45:37 %S A142839 41,163,773,1627,1871,1993,2237,2969,3457,3701,3823,4799,5531,5653, %T A142839 5897,6263,7727,8093,8581,9679,9923,10289,12119,12241,12973,13217, %U A142839 13339,14071,14437,15413,15901,16267,16633,17609,18097,18341,19073,19927,20903,21269 %N A142839 Primes congruent to 41 mod 61. %H A142839 Vincenzo Librandi, Table of n, a(n) for n = 1..1000 %t A142839 Select[Prime[Range[3000]],Mod[#,61]==41&] (* _Harvey P. Dale_, Feb 22 2011 *) %t A142839 Select[Prime[Range[2700]], MemberQ[{41}, Mod[#, 61]] &] (* _Vincenzo Librandi_, Sep 05 2012 *) %o A142839 (Magma) [p: p in PrimesUpTo(22000) | p mod 61 eq 41 ] ; // _Vincenzo Librandi_, Sep 05 2012 %Y A142839 Cf. A000040. %K A142839 nonn,easy %O A142839 1,1 %A A142839 _N. J. A. Sloane_, Jul 11 2008 # Content is available under The OEIS End-User License Agreement: http://oeis.org/LICENSE