Why do you exclude palindromes with a single (multiple) prime factor?
they make for some pretty patterns, and in particular, a lucky palindrome that is a square has a prime factor that is itself a palindrome, like this 17 digit example:
12323244744232321 == 111010111 111010111
which is also a double lucky palindrome, of course.
There are higher powers, as well:
343 == 7 7 7
14641 == 11 11 11 11