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

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

%S 197,307,857,967,1187,1297,1627,1847,2287,2617,2837,3167,3607,4157,

%T 4597,4817,5147,5477,5807,6247,6577,6907,7127,7237,7457,8117,8447,

%U 8887,9437,9547,9767,10427,10867,11087,11197,11527,12517,13177,13397,14057,14387

%N Primes congruent to 32 mod 55.

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

%t Select[Prime[Range[2400]], MemberQ[{32}, Mod[#, 55]] &] (* _Vincenzo Librandi_, Aug 31 2012 *)

%o (Magma) [p: p in PrimesUpTo(15000) | p mod 55 eq 32]; // _Vincenzo Librandi_, Aug 31 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 July 8 22:21 EDT 2024. Contains 374171 sequences. (Running on oeis4.)