OFFSET
0,1
LINKS
Harvey P. Dale, Table of n, a(n) for n = 0..1000
EXAMPLE
1239 = 3.7.'59' and 1^2 + 2^2 + 3^2 + 9^2 = 95.
MATHEMATICA
ssdQ[n_]:=Module[{lpf=FactorInteger[n][[-1, 1]]}, lpf!=IntegerReverse[lpf] && IntegerReverse[lpf]==Total[IntegerDigits[n]^2]]; Select[Range[ 25000], ssdQ] (* The program uses the IntegerReverse function from Mathematica version 10 *) (* Harvey P. Dale, Apr 11 2016 *)
CROSSREFS
KEYWORD
base,nonn
AUTHOR
Jason Earls, Sep 21 2002
STATUS
approved