Another prime in base ten which (trivially) satisfies the OP's property, by dint of the fact that it is already a palindromic number, is
[math] \displaystyle 1000000000000066600000000000001 [/math]
This is known as /Belphegor's prime/. Tangentially related to some digits that OP posted earlier, notice that this integer is itself a 31-digit prime in base ten, while either side of number contains 13 consecutive 0-digits. Since this palindromic prime contains 666 in the middle, it has been cutely dubbed an instance of a /beastly palindromic prime/. Another example of a beastly palindromic prime, then, is
[math] \displaystyle 700666007 [/math]
But I don't know whether the above is the /smallest/ example of a beastly palindromic prime, which leads me to my idea for programmers: write a program that identifies the first few beastly palindromic primes.
While we are on the subject of "666", the number's obvious cultural importance is attended by some legitimately amusing number-theoretic properties. 666 is the 36 or 37th triangular number, depending on how you want to look at it (I had forgotten this), and is also the sum of the squares of the first seven primes, viz
[math] \displaystyle
\sum\limits_{p \; prime}^{7} p^2 = 666
[/math]
Furthermore, 666 is the sum (again, all in base ten, of course) of the first /gross/, that is, the first 144 /decimal digits/ of π. Chucking out the integer part of 3, this means: 1 + 4 + 1 + 5 + 9 + ... D_(144) = 666. There is a succinct, non-iterative way of expressing this which involves incrementing powers of ten and floor functions, I will probably amuse myself with finding the expression for it again.
Still, all of this chicanery assumes that we never leave base ten, as another user has rightly (aesthetically) pointed out. A simple result that immediately comes to mind is the /basis representation theorem/, front-and-center, page 8 in George Andrews' Number Theory, which can be got at any decent bookstore.