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 A155045 #11 Mar 27 2020 06:41:00 %S A155045 3,5,7,13,17,19,31,37,53,59,71,73,79,97,137,139,157,173,179,193,197, %T A155045 317,359,379,397,571,593,719,739,751,937,953,971,1579,1597,1753,1759, %U A155045 1973,3517,3571,3719,3917,5179,5197,5791,7159,7193,7351,7591,7951,9137,9157 %N A155045 Primes with distinct odd digits. %C A155045 Odd digit = 1, 3, 5, 7 or 9. %H A155045 Jinyuan Wang, <a href="/A155045/b155045.txt">Table of n, a(n) for n = 1..88</a> %t A155045 Select[Prime[Range[1200]],And@@OddQ[IntegerDigits[#]]&&Max[DigitCount[ #]]==1&] (* _Harvey P. Dale_, Dec 15 2011 *) %Y A155045 Cf. A000040, A141468. %K A155045 nonn,base,fini,full %O A155045 1,1 %A A155045 _Juri-Stepan Gerasimov_, Jan 19 2009 %E A155045 Corrected (397, 3917, 9173 inserted, 9319 removed) by _R. J. Mathar_, May 05 2010