Consider the series:
$N-(\left \lceil N(1-\alpha) \right \rceil-1)-(\left \lceil \left \lfloor N \alpha \right \rfloor (1-\alpha) \right \rceil -1)-( \left \lceil \left \lfloor N \alpha ^2\right\rfloor (1-\alpha) \right \rceil-1)-(\left \lceil \left \lfloor N \alpha ^3 \right \rfloor (1-\alpha) \right \rceil-1)-...-( \left \lceil \left \lfloor N \alpha ^n \right \rfloor (1-\alpha)\right\rceil-1)$
Where $\alpha <1$ and $n$ is value of the power of $\alpha$ when the last expression:
$\left \lceil \left \lfloor N \alpha ^n \right \rfloor (1-\alpha)\right\rceil-1$
is zero, whose value comes out to be:
$n>\frac{log 3-log N - log(1-\alpha)}{log \alpha}$
(See Solving A Simple Exponential floor Equation (a similar question))
Now (again) removing the floors and the ceilings directly would affect the answer. We can also remove them by introducing inequalities, but they don't seem to solve to something straight forward.
Any Help Appreciated.
Moon.