cp's OEIS Frontend

This is a front-end for the Online Encyclopedia of Integer Sequences, made by Christian Perfect. The idea is to provide OEIS entries in non-ancient HTML, and then to think about how they're presented visually. The source code is on GitHub.

A167627 Prime numbers ending in the prime number 163.

This page as a plain text file.
%I A167627 #8 Jan 16 2023 18:30:10
%S A167627 163,1163,3163,6163,10163,12163,13163,19163,21163,25163,28163,39163,
%T A167627 40163,48163,52163,54163,55163,57163,69163,70163,76163,78163,81163,
%U A167627 82163,84163,90163,91163,106163,112163,115163,117163,118163,120163
%N A167627 Prime numbers ending in the prime number 163.
%H A167627 Vincenzo Librandi, <a href="/A167627/b167627.txt">Table of n, a(n) for n = 1..2000</a>
%t A167627 Select[Prime@Range[ 200000], Mod[#, 1000]==163 &] (* _Vincenzo Librandi_, Jul 07 2014 *)
%t A167627 Select[Table[1000n+163,{n,0,150}],PrimeQ] (* This program is several hundred times more efficient that the program above. *) (* _Harvey P. Dale_, Jan 16 2023 *)
%o A167627 (Magma) [n: n in PrimesUpTo(160000) | n mod 1000 eq 163]; // _Vincenzo Librandi_, Jul 07 2014
%Y A167627 Cf. similar sequences listed in A244763.
%K A167627 base,nonn
%O A167627 1,1
%A A167627 _Mark A. Thomas_, Nov 07 2009