For every natural number nn, evaluate the sum k=0[n+2k2k+1]=[n+12]+[n+24]++[n+2k2k+1]+\sum_{k=0}^{\infty} \left[ \frac{n + 2^k}{2^{k+1}} \right] = \left[ \frac{n + 1}{2} \right] + \left[ \frac{n + 2}{4} \right] + \cdots + \left[ \frac{n + 2^k}{2^{k+1}} \right] + \cdots

(The symbol [x][x] denotes the greatest integer not exceeding xx.)