I don't see the relation to the first square mentioned, but the sum of the digits of the second square is 91, from
10 N=561728395
20 N2=N*N
30 S$=cutspc(str(N2))
40 for I=1 to len(S$)
50 Tot=Tot+val(mid(S$,I,1))
60 next
70 print Tot
The square itself is 315538789749276025.
|
Posted by Charlie
on 2019-03-25 12:46:21 |