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 A036962 #21 Jul 23 2025 18:33:24 %S A036962 2,3,5,7,11,13,17,23,31,37,41,43,47,53,61,67,71,73,101,103,107,113, %T A036962 127,131,137,151,157,163,167,173,211,223,227,233,241,251,257,263,271, %U A036962 277,307,311,313,317,331,337,347,353,367,373,401,421,431,433,443,457,461 %N A036962 Primes without {8, 9} as digits. %H A036962 Harvey P. Dale, <a href="/A036962/b036962.txt">Table of n, a(n) for n = 1..10000</a> %H A036962 James Maynard, <a href="http://arxiv.org/abs/1604.01041">Primes with restricted digits</a>, arXiv:1604.01041 [math.NT], 2016. %H A036962 James Maynard and Brady Haran, <a href="https://www.youtube.com/watch?v=eeoBCS7IEqs">Primes without a 7</a>, Numberphile video (2019) %H A036962 <a href="/index/Pri#PrimesWithDigits">Index to entries for primes with digits in a given set</a> %t A036962 Select[FromDigits/@Tuples[Range[0,7],3],PrimeQ] (* _Harvey P. Dale_, Apr 13 2017 *) %Y A036962 Subsequence of A038617. %Y A036962 Cf. A036952-A036964. %K A036962 nonn,base %O A036962 1,1 %A A036962 _Patrick De Geest_, Jan 04 1999