OFFSET
1,3
LINKS
Harvey P. Dale, Table of n, a(n) for n = 1..1000
MATHEMATICA
spsQ[n_]:=Module[{idn2=IntegerDigits[n^2]}, IntegerQ[Sqrt[Total[idn2]]] && IntegerQ[ Sqrt[Times@@idn2]]]; Select[Range[0, 350], spsQ] (* Harvey P. Dale, Dec 12 2013 *)
CROSSREFS
KEYWORD
base,easy,nonn
AUTHOR
Larry Reeves (larryr(AT)acm.org), May 11 2001
STATUS
approved