I saw this post about the prime counting function.
Let's look at this intgeral: $$I(k)=\int_{0}^{k}\pi(x)\mathrm dx$$
where $I(k)=0,0,1,3,5,8,...$ for $k=1,2,3,4,5,6...$
What is this integral trying to show me? All these values of $I(k)$ and its relation, what does it mean?
Let $$S(k)=\sum_{j=2}^{k-1}\pi(j)$$ I saw these relations: $$S(2k+1)-2S(2k+2)+S(2k+3)=0$$
$$S(6k+1)-3S(6k+2)+3S(6k+3)-S(6k+4)=0$$
$$S(6k+1)-4S(6k+2)+6S(6k+3)-4S(6k+4)+S(6k+5)=0$$
Meaning? Is there some usefulness to understand prime numbers distribution?
The integral is equal to the sum $$\sum_{j=3}^k \pi(j-1)=\sum_{j=2}^{k-1} \pi(j)$$ hence it is a formula for the sum of the prime-counting-function values upto $\ k-1\ $.