For this problem use Simpson's Rule with N=256 for numerical integration function is y=×^2
and the lower limit is 1 & 3 is the upper limit.
I=\frac{h}{3} {fstart+fend+2Ʃfeven+4Ʃfodd}
Find the numerical integration, using FORTRAN
my solution follows...