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 A030080 #12 Apr 23 2025 09:35:58 %S A030080 5,11,29,59,61,67,71,73,97,101,109,137,151,191,229,233,251,281,311, %T A030080 331,337,347,389,401,449,467,499,541,619,641,683,701,719,733,751,769, %U A030080 787,829,881,883,887,919,947,977,991,997,1009,1013,1019,1021 %N A030080 Primes p such that digits of p appear in p^3. %H A030080 Harvey P. Dale, <a href="/A030080/b030080.txt">Table of n, a(n) for n = 1..1000</a> %t A030080 Select[Prime[Range[200]],Intersection[IntegerDigits[#],IntegerDigits[#^3]]==Union[IntegerDigits[#]]&] (* _Harvey P. Dale_, Apr 23 2025 *) %Y A030080 Primes in A029776. %Y A030080 Cf. A030082. %K A030080 nonn,base %O A030080 1,1 %A A030080 _Patrick De Geest_ %E A030080 Offset changed by _Andrew Howroyd_, Aug 13 2024