I think the following equality is correct for $n\in \mathbb{Z^{+}}$
$$\left\lceil \frac 13×2^{2n-1} \right\rceil=\frac 13×(2^{2n-1}+1)$$
Now, I need to find such a equality for the following expression:
$$\left\lceil \frac {1003}{3000}×2^{2n-1} \right\rceil$$
I am looking for a such equality without ceiling function.
I could not find..
More generally, the expression $$ \left\lceil \frac {1003}{3000}×2^{n} \right\rceil $$ represents the fractional part of $\frac {1003}{3000}$ rounded up to $n$ binary bits. I don't expect a simple expression for that.
The reason we get a nice expression here $$ \left\lceil \frac 13×2^{2n-1} \right\rceil=\frac 13×(2^{2n-1}+1) $$ is that the binary digits of $\frac 13$ are very predictable: $$ \frac 13 = 0.010101010101010101010101010101 \cdots = 0.\overline{01} $$
The binary digits of $\frac {1003}{3000}$ are of course predictable: $$\tiny \frac {1003}{3000} = 0.010\overline{1010110010110110111101000110010100001000110111111110101000100111100110000011110000010011000111010101} $$ but that does not mean there is a nicer formula.