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.

A167626 Prime numbers ending in the prime number 101.

This page as a plain text file.
%I A167626 #16 Sep 08 2022 08:45:48
%S A167626 101,5101,6101,8101,12101,15101,20101,21101,29101,42101,44101,50101,
%T A167626 53101,54101,56101,60101,65101,72101,74101,77101,78101,81101,83101,
%U A167626 89101,95101,98101,102101,107101,116101,117101,119101,125101,131101
%N A167626 Prime numbers ending in the prime number 101.
%H A167626 Vincenzo Librandi, <a href="/A167626/b167626.txt">Table of n, a(n) for n = 1..2000</a>
%F A167626 a(n) = 1000*A105106(n)+101. - _R. J. Mathar_, Nov 13 2009
%p A167626 select(isprime,[seq(1000*k+101,k=0..1000)]); # _Robert Israel_, Jul 07 2014
%t A167626 Select[Prime@Range[200000], Mod[#, 1000]==101 &] (* _Vincenzo Librandi_, Jul 07 2014 *)
%t A167626 Select[Table[1000n+101,{n,0,200}],PrimeQ] (* _Harvey P. Dale_, Mar 22 2020 *)
%o A167626 (Magma) [n: n in PrimesUpTo(160000) | n mod 1000 eq 101]; // _Vincenzo Librandi_, Jul 07 2014
%Y A167626 Cf. A105106.
%Y A167626 Cf. similar sequences listed in A244763.
%K A167626 base,nonn
%O A167626 1,1
%A A167626 _Mark A. Thomas_, Nov 07 2009