|
|
A088286
|
|
Primes in A088285. Palindromic primes in which the sum of the internal digits = the sum of the external digits.
|
|
2
|
|
|
7046407, 7136317, 7226227, 7250527, 7324237, 701282107, 701525107, 701606107, 702343207, 705121507, 712161217, 713060317, 714040417, 720262027, 720343027, 721080127, 721242127, 721404127, 722222227, 722303227, 723121327, 723202327
(list;
graph;
refs;
listen;
history;
text;
internal format)
|
|
|
OFFSET
|
1,1
|
|
COMMENTS
|
|
|
LINKS
|
|
|
EXAMPLE
|
7136317 is a prime and 7+7 = 14 = 1+3+6+3+1.
|
|
MATHEMATICA
|
Select[Prime[Range[37392000]], With[{id=IntegerDigits[#]}, PalindromeQ[ #] && id[[1]]+id[[-1]] == Total[Most[Rest[id]]]]&]//Quiet (* Requires Mathematica version 10 or later *) (* Harvey P. Dale, Jun 18 2021 *)
|
|
CROSSREFS
|
|
|
KEYWORD
|
base,nonn
|
|
AUTHOR
|
|
|
EXTENSIONS
|
|
|
STATUS
|
approved
|
|
|
|