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!)
A142694 Primes congruent to 47 mod 57. 1

%I #7 Sep 08 2022 08:45:37

%S 47,389,503,617,1187,1301,1871,2099,2213,2441,2897,3011,3467,3581,

%T 3923,4493,4721,5519,5861,6089,6203,6317,6659,7001,7229,7457,8369,

%U 8597,9281,9623,9851,10079,10193,11447,11789,11903,12473,13043,13499,13613,13841

%N Primes congruent to 47 mod 57.

%H Vincenzo Librandi, <a href="/A142694/b142694.txt">Table of n, a(n) for n = 1..1000</a>

%t Select[Prime[Range[2400]], MemberQ[{47}, Mod[#, 57]] &] (* _Vincenzo Librandi_, Sep 02 2012 *)

%o (Magma) [p: p in PrimesUpTo(14000) | p mod 57 eq 47 ]; // _Vincenzo Librandi_, Sep 02 2012

%Y Cf. A000040.

%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 March 28 11:46 EDT 2024. Contains 371241 sequences. (Running on oeis4.)