In this question, $x^y$ stands for $x$ raised to the power $y$. For example $2^3=8$ and $4^1.5=8$
Find the number of positive integers $n<2000$ which can be expressed as $n=2^m+2^n$ where $m$ and $n$ are integers (for example, $33=2^0+2^5$)
Answer: $65$
One has $2^{10}=1024\lt2000\lt 2^{11}$ and $2^9=512$ so we have the possible forms $2^m+2^n$ as follows: $$2^{10}+2^k;\space k=0,1,\cdots,9\\2^9+2^k;\space k=0,1,\cdots,9\\2^8+2^k;\space k=0,1,\cdots,8\\2^7+2^k;\space k=0,1,\cdots,7\\2^6+2^k;\space k=0,1,\cdots,6\\2^5+2^k;\space k=0,1,\cdots,5\\2^3+2^k;\space k=0,1,\cdots,3\\2^2+2^k;\space k=0,1,2\\2+1,2+2\\2^0+2^0$$ Therefore we have $$10+\frac{10\cdot11}{2}=65\text { possible forms }$$