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

 


Even-digit palindromic perfect powers.
4

%I #11 Aug 26 2021 18:00:19

%S 1331,698896,1003003001,637832238736,1000030000300001,

%T 1033394994933301,1331399339931331,4099923883299904,

%U 1000000300000030000001,1003303931991393033001,1030331909339091330301,1331003993003993001331,6916103777337773016196

%N Even-digit palindromic perfect powers.

%H Chai Wah Wu, <a href="/A076443/b076443.txt">Table of n, a(n) for n = 1..40</a>

%e a(1) = 11^3; a(2) = (4*11*19)^2; a(3) = (7*11*13)^3; a(4) = (4*7*11*2593)^2; a(5) = (11*9091)^3, a(6) = (7*11*13*101)^3, a(7) = (11*73*137)^3, etc.

%t a = {}; Do[ q = IntegerDigits[n]; p = FromDigits[ Join[q, Reverse[q]]]; If[ Apply[ GCD, Last[ Transpose[ FactorInteger[p]]]] > 1, a = Append[a, p]; Print[p]], {n, 1, 4000000}]

%Y Cf. A001597, A075786.

%K base,nonn

%O 1,1

%A _Robert G. Wilson v_, Oct 12 2002

%E a(8)-a(13) from _Donovan Johnson_, Oct 03 2011

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | 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 20 20:39 EDT 2024. Contains 376078 sequences. (Running on oeis4.)