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.

A030092 Primes p such that p and p^3 have the same set of digits.

This page as a plain text file.
%I A030092 #12 Aug 11 2024 22:06:15
%S A030092 1035743,1045573,1215397,1396247,1642309,2031487,2149573,2363149,
%T A030092 2458019,2569751,2815973,2857319,2986301,3349517,3482461,3530467,
%U A030092 3865079,4332871,4387291,4631489,4893617,5170283,5749013,5784319
%N A030092 Primes p such that p and p^3 have the same set of digits.
%t A030092 Select[Prime[Range[400000]],Union[IntegerDigits[#]] == Union[ IntegerDigits[ #^3]]&] (* _Harvey P. Dale_, Aug 26 2013 *)
%Y A030092 Intersection of A029795 and A000040.
%K A030092 nonn,base
%O A030092 1,1
%A A030092 _Patrick De Geest_
%E A030092 Offset changed by _Andrew Howroyd_, Aug 11 2024