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!)
A076443 Even-digit palindromic perfect powers. 4
1331, 698896, 1003003001, 637832238736, 1000030000300001, 1033394994933301, 1331399339931331, 4099923883299904, 1000000300000030000001, 1003303931991393033001, 1030331909339091330301, 1331003993003993001331, 6916103777337773016196 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
EXAMPLE
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.
MATHEMATICA
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}]
CROSSREFS
Sequence in context: A052052 A122659 A226716 * A278936 A263613 A052076
KEYWORD
base,nonn
AUTHOR
Robert G. Wilson v, Oct 12 2002
EXTENSIONS
a(8)-a(13) from Donovan Johnson, Oct 03 2011
STATUS
approved

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 April 18 10:46 EDT 2024. Contains 371779 sequences. (Running on oeis4.)