|
Search: id:A076703
|
|
|
| A076703 |
|
Palindromic prime powers of prime numbers. |
|
+0 1
|
|
| 4, 8, 9, 121, 343, 1331, 10201, 94249, 1030301, 900075181570009, 10022212521222001, 12124434743442121, 12323244744232321, 12341234943214321
(list; graph; listen)
|
|
|
OFFSET
|
1,1
|
|
|
COMMENT
|
Up to 10^14, there are only 9 palindromic prime powers of prime numbers.
|
|
MATHEMATICA
|
a = {}; Do[pp = Prime[n]^Prime[i]; d = IntegerDigits[pp]; If[d == Reverse[d], a = Append[a, pp]], {n, 1, PrimePi[ Sqrt[10^21]]}, {i, 1, PrimePi[ Floor[ Log[ Prime[n], 10^21]]]}]; Sort[a]
|
|
CROSSREFS
|
Cf. A053810, A075308, subset of A072037.
Sequence in context: A077271 A072037 A084093 this_sequence A108806 A074776 A029886
Adjacent sequences: A076700 A076701 A076702 this_sequence A076704 A076705 A076706
|
|
KEYWORD
|
nonn,base
|
|
AUTHOR
|
Zak Seidov (zakseidov(AT)yahoo.com), Oct 26 2002
|
|
EXTENSIONS
|
Edited and corrected by Robert G. Wilson v (rgwv(AT)rgwv.com), Oct 31 2002
|
|
|
Search completed in 0.002 seconds
|