login

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

Primes congruent to 46 mod 55.
1

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

%S 101,211,431,541,761,1091,1201,1531,1861,2081,2411,2521,2741,2851,

%T 3181,3511,4391,4721,4831,5051,5381,5711,5821,6151,6481,6701,7691,

%U 8461,8681,9011,9341,9781,10111,10331,10771,11321,11981,12421,12641,13411,14071,14401

%N Primes congruent to 46 mod 55.

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

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

%t Select[Range[46,15000,55],PrimeQ] (* _Harvey P. Dale_, Aug 21 2021 *)

%o (Magma) [p: p in PrimesUpTo(15000) | p mod 55 eq 46]; // _Vincenzo Librandi_, Sep 01 2012

%Y Cf. A000040.

%K nonn,easy

%O 1,1

%A _N. J. A. Sloane_, Jul 11 2008