I have been messing around analyzing some self-made algorithms and then I stumbled upon this summation:
$$\sum_{j=0}^{n}\left\lfloor{2^{i-j}}\right\rfloor$$
I am thinking that my common algebraic manipulations involving series won't apply because of the floor function.
I also tried entering this series in wolframalpha but no luck.
Does anyone know how to do this?