login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A076702 Distinct-digit prime powers of prime numbers. 1

%I #12 Mar 21 2013 16:09:55

%S 4,8,9,25,27,32,49,125,128,169,243,289,361,529,841,961,1369,1849,2048,

%T 2187,2197,2809,3125,3481,3721,4913,5041,5329,6241,6859,7921,8192,

%U 12769,16807,18769,24389,32041,32761,36481,37249,39601,54289,68921

%N Distinct-digit prime powers of prime numbers.

%C Up to 10^10, there are only 108 distinct-digit prime powers of prime numbers; the last one being 2^29 = 536870912.

%H Ray Chandler, <a href="/A076702/b076702.txt">Table of n, a(n) for n = 1..108</a> (full sequence)

%t pp = Sort[ Flatten[ Table[ Prime[n]^Prime[i], {n, 1, PrimePi[ Sqrt[10^10]]}, {i, 1, PrimePi[ Floor[ Log[ Prime[n], 10^10]]]}]]]; a = {}; Do[ d = IntegerDigits[ pp[[n]]]; If[ Length[d] == Length[ Union[d]], a = Append[a, pp[[n]]]], {n, 1, 9965}]; a

%Y Cf. A053810, A075308.

%K nonn,base,fini,full

%O 1,1

%A _Zak Seidov_, Oct 26 2002

%E Edited by _Robert G. Wilson v_, Oct 31 2002

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified September 16 03:28 EDT 2024. Contains 375959 sequences. (Running on oeis4.)