login
This site is supported by donations to The OEIS Foundation.
Logo

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A076703 Palindromic prime powers of prime numbers. 0
4, 8, 9, 121, 343, 1331, 10201, 94249, 1030301, 900075181570009, 10022212521222001, 12124434743442121, 12323244744232321, 12341234943214321 (list; graph; refs; listen; history; internal format)
OFFSET

1,1

COMMENTS

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 * A141220 A108806 A074776

Adjacent sequences:  A076700 A076701 A076702 * 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

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
Recent Additions | More pages | Superseeker | Maintained by The OEIS Foundation Inc.

Content is available under The OEIS End-User License Agreement .

Last modified February 15 17:46 EST 2012. Contains 205835 sequences.