4-14
n is the sum of the first K consecutive positive integers, where 101<=k<=150. what is the sum of 1/n?
answer:2(1/101-1/151)
這一題我是醬算的:n=[(1+k)k]/2 .... 1/n=2/[(1+k)k]
                         1/[k(k+1)]=1/k-1/(k+1)
                         又101<=k<=150
                         則1/101>=1/k>=1/150
                          阿接下就不會了?因為不等式的運算法忘光了?.....><
			



        
                