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

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

%S 29,139,359,1019,1129,1459,1789,2339,2999,3109,3329,3659,3769,3989,

%T 4099,4649,4759,5309,5419,5639,5749,6079,6299,6959,7069,7949,8059,

%U 8389,8609,8719,9049,9929,10039,10259,10369,10589,11579,11689,11909,12239,12569,12899

%N Primes congruent to 29 mod 55.

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

%t Select[Prime[Range[3000]], Mod[#, 55] == 29 &] (* _Harvey P. Dale_, Jan 04 2010 *)

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

%o (Magma) [p: p in PrimesUpTo(14000) | p mod 55 eq 29]; // _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 September 8 02:36 EDT 2024. Contains 375749 sequences. (Running on oeis4.)