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 A036958 #21 May 06 2025 11:05:39 %S A036958 2,3,5,11,13,23,31,41,43,53,101,103,113,131,151,211,223,233,241,251, %T A036958 311,313,331,353,401,421,431,433,443,503,521,523,541,1013,1021,1031, %U A036958 1033,1051,1103,1123,1151,1153,1201,1213,1223,1231,1301,1303,1321 %N A036958 Primes containing only digits from the set (0,1,2,3,4,5). %H A036958 Harvey P. Dale, <a href="/A036958/b036958.txt">Table of n, a(n) for n = 1..1000</a> [offset shifted by _Georg Fischer_, Oct 14 2019] %H A036958 James Maynard and Brady Haran, <a href="https://www.youtube.com/watch?v=eeoBCS7IEqs">Primes without a 7</a>, Numberphile video (2019) %t A036958 Select[Prime[Range[220]],Max[IntegerDigits[#]]<6&] (* _Harvey P. Dale_, Sep 23 2011 *) %Y A036958 Subsequence of A036960. %Y A036958 Cf. A036952-A036964. %K A036958 nonn,base %O A036958 1,1 %A A036958 _Patrick De Geest_, Jan 04 1999 %E A036958 Offset 1 from _Michel Marcus_, Oct 10 2019