OFFSET
1,2
COMMENTS
Known primes occurring in the sequence are 919, 1196911, 9173719 and 9329239.
EXAMPLE
424 is a term because it's palindromic and 10^3-424 = 576 = 24^2.
MATHEMATICA
Select[Range[10^6], PalindromeQ[#]&&IntegerQ[Sqrt[10^(Ceiling[Log10[#]])-#]]&] (* James C. McMahon, Oct 16 2024 *)
CROSSREFS
KEYWORD
base,nonn
AUTHOR
Jason Earls, Aug 21 2006
EXTENSIONS
More terms from R. J. Mathar, Sep 02 2006
STATUS
approved