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 A259188 #9 Aug 20 2019 14:49:58 %S A259188 2,3,5,13,17,19,29,59,73 %N A259188 Primes p such that p, p^2 and p^3 are distinct-digit numbers. %t A259188 Select[Prime[Range[50]],Max[Flatten[DigitCount/@{#,#^2,#^3}]]<2&] (* _Harvey P. Dale_, Aug 20 2019 *) %Y A259188 Subsequence of A259187. Cf. A029743. %K A259188 base,nonn,fini,full %O A259188 1,1 %A A259188 _Zak Seidov_, Jun 20 2015