Actually, it's very easy. Type it in the same way as the previous except tack the .1 on the end.
Table[x^2,{x,1,1.5,.1}]
I did and just got: 1, 1.21, 1.44, 1.69, 1.96, 2.25
If you want them in fractions, type in 3/2 and 1/10 instead of 1.5 and .1
I get {1, 121/100, 36/25, 169/100, 49/25, 9/4} from Mathematica.