cp's OEIS Frontend

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.

A030090 Primes p such that digits of p do not appear in p^2 or p^3 (probably finite).

This page as a plain text file.
%I A030090 #12 Aug 13 2024 21:35:17
%S A030090 2,3,7,47,53,157,577
%N A030090 Primes p such that digits of p do not appear in p^2 or p^3 (probably finite).
%C A030090 No additional terms in the first 1 million primes. - _Harvey P. Dale_, Apr 25 2018
%t A030090 Select[Prime[Range[1000000]],Intersection[Union[Flatten[ IntegerDigits/@ {#^2,#^3}]],IntegerDigits[#]] == {}&] (* _Harvey P. Dale_, Apr 25 2018 *)
%Y A030090 Primes in A029790.
%K A030090 nonn,base,hard
%O A030090 1,1
%A A030090 _Patrick De Geest_
%E A030090 Offset changed by _Andrew Howroyd_, Aug 13 2024