A077271 Duplicate of A072037.
4, 8, 9, 121, 343, 1331, 10201, 14641, 94249, 1030301, 104060401
Offset: 1
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.
a(9)=14641=11^4; a(10)=94249=307^2=A000040(63)^2; a(11)=1030301=101^3=A000040(26)^3.
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]
Comments