OFFSET
1,1
COMMENTS
Last term is a(474) = 31493. - Giovanni Resta, Jun 06 2015
LINKS
Giovanni Resta, Table of n, a(n) for n = 1..474 (full sequence)
EXAMPLE
10433^2 = 108847489; 1+0+8+8+4+7+4+8+9 = 49 = 7^2; and 108+847+489 = 1444 = 38^2.
MATHEMATICA
dgfsQ[n_]:=Module[{idn2=IntegerDigits[n^2]}, AllTrue[{Sqrt[ Total[ idn2]], Sqrt[ Total[ FromDigits/@ Partition[idn2, 3]]]}, IntegerQ]]; Select[ Range[ 10000, 31622], dgfsQ] (* The program uses the AllTrue function from Mathematica version 10 *) (* Harvey P. Dale, Sep 19 2018 *)
CROSSREFS
KEYWORD
nonn,base,fini,full
AUTHOR
Doug Bell, Dec 31 2008
STATUS
approved