OFFSET
1,2
LINKS
Harvey P. Dale, Table of n, a(n) for n = 1..500
EXAMPLE
6271 is a term because 6271 + 7! = 11311.
MATHEMATICA
ppQ[n_]:=Module[{c=n+Max[IntegerDigits[n]]!}, PrimeQ[c]&&PalindromeQ[c]]; Select[Range[75000], ppQ] (* Requires Mathematica version 10 or later *) (* Harvey P. Dale, Sep 30 2017 *)
CROSSREFS
KEYWORD
base,nonn
AUTHOR
Jason Earls, Jul 11 2004
STATUS
approved