5 point 20
10 for X=1 to 2014
20 Rt=sqrt(sqrt(X))
30 Rtround=int(Rt+0.5)
40 if abs(Rtround-Rt)<0.00000000000001 then Rt=Rtround
50 Tot=Tot+1//int(Rt)
60 next
70 print Tot
finds
27127 / 60
which can be given as 452 + 7/60.
|
Posted by Charlie
on 2014-09-08 17:28:37 |