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.
%I A106112 #16 Jun 01 2025 09:58:53 %S A106112 5,7,59,67,79,89,97,557,569,577,587,599,659,677,757,769,787,797,857, %T A106112 859,877,887,967,977,997,5557,5569,5657,5659,5669,5689,5779,5857,5867, %U A106112 5869,5879,5897,5987,6569,6577,6599,6659,6679,6689,6779,6857,6869,6899,6959 %N A106112 Primes with minimal digit > 4. %H A106112 Jason Bard, <a href="/A106112/b106112.txt">Table of n, a(n) for n = 1..10000</a> %t A106112 Select[Prime[Range[1000]], Min[IntegerDigits[ # ]]>4&] %Y A106112 Cf. A036956 (primes with maximal digit <= 4). %Y A106112 Cf. A106110, A106111, A106114, A106115. %K A106112 nonn,base %O A106112 1,1 %A A106112 _Zak Seidov_, May 07 2005