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!)
A142664 Primes congruent to 55 mod 56. 1

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

%S 167,223,503,727,839,1063,1231,1399,1511,1567,1847,2239,2351,2687,

%T 3023,3079,3191,3359,3527,3583,3863,3919,4423,4591,4703,4759,4871,

%U 5039,5431,5711,5879,6047,6271,6551,6607,6719,7559,7727,7951,8231,8287,8623,9127

%N Primes congruent to 55 mod 56.

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

%t Select[Prime[Range[1300]], MemberQ[{55}, Mod[#, 56]] &] (* _Vincenzo Librandi_, Sep 01 2012 *)

%o (Magma) [p: p in PrimesUpTo(10000) | p mod 56 eq 55 ]; // _Vincenzo Librandi_, Sep 01 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 April 20 05:04 EDT 2024. Contains 371798 sequences. (Running on oeis4.)