login

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

A030093
Primes p such that p, p^2 and p^3 all have the same set of digits.
0
10253497, 74058619, 74563219, 93689027, 102438967, 103259867, 103271569, 104369581, 106725389, 106948327, 107086249, 125384957, 125987473, 127035269, 130256479, 130284769, 136052897, 146970823, 147502963
OFFSET
1,1
MATHEMATICA
sdQ[n_]:=Module[{c=Union/@(IntegerDigits/@{n, n^2, n^3})}, c[[1]] == c[[2]] == c[[3]]]; Select[Prime[Range[8400000]], sdQ] (* Harvey P. Dale, Jan 10 2012 *)
CROSSREFS
Intersection of A029800 and A000040.
Sequence in context: A235160 A109177 A109179 * A188755 A328939 A234062
KEYWORD
nonn,base
EXTENSIONS
Offset changed by Andrew Howroyd, Aug 11 2024
STATUS
approved