I found this problem on summations, and I'm not really sure how to solve it. Could someone give a hint as to how to do so? Find the value of
$$\sum_{i=1}^{1000}f\left(\frac{i}{1000}\right),\qquad f(x) = \frac{4^x}{4^x+2}$$ It came on an exam where we couldn't use calculators, and it apparently is an integer answer, though Wolfram Alpha disagrees...(Even if it isn't, I would still like to know how to do it)
$$f(1-n)=\dfrac{4^{1-n}}{4^{1-n}+2}=\dfrac4{4+2\cdot4^n}=\dfrac2{2+4^n}=1-f(n)$$
– lab bhattacharjee Jan 31 '17 at 17:53