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.

A106111 Primes having only {6, 7, 8, 9} as digits.

This page as a plain text file.
%I A106111 #15 Jul 21 2025 19:01:08
%S A106111 7,67,79,89,97,677,769,787,797,877,887,967,977,997,6679,6689,6779,
%T A106111 6869,6899,6967,6977,6997,7669,7687,7699,7789,7867,7877,7879,8669,
%U A106111 8677,8689,8699,8779,8867,8887,8969,8999,9677,9679,9689,9697,9767,9769,9787,9887
%N A106111 Primes having only {6, 7, 8, 9} as digits.
%H A106111 Jason Bard, <a href="/A106111/b106111.txt">Table of n, a(n) for n = 1..10000</a>
%H A106111 <a href="/index/Pri#PrimesWithDigits">Index to entries for primes with digits in a given set</a>
%t A106111 Select[Prime[Range[1000]], Min[IntegerDigits[ # ]]>5&]
%K A106111 nonn,base
%O A106111 1,1
%A A106111 _Zak Seidov_, May 07 2005
%E A106111 More terms from _Vincenzo Librandi_, May 22 2010