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

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

%S 311,421,641,751,971,1301,1741,2621,2731,3061,3391,4051,4271,4931,

%T 5261,5591,5701,6361,6581,6691,6911,7351,7681,7901,8011,8231,9001,

%U 9221,9551,9661,10211,10321,10651,11311,11971,12301,13291,13841,14281,14831,15161

%N Primes congruent to 36 mod 55.

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

%t Select[Prime[Range[2000]],Mod[#,55]==36&] (* _Harvey P. Dale_, Mar 05 2011 *)

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

%o (Magma) [p: p in PrimesUpTo(16000) | p mod 55 eq 36]; // _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 April 23 14:15 EDT 2024. Contains 371914 sequences. (Running on oeis4.)