Let the prime function $p_n$ be the $n$th prime number.
For example $p_1$ = 2, $p_2$ = 3, $p_3$ = 5, $p_4$ = 7, $p_5$ = 11 etc.
I noticed something with the prime function : it seems than $p_{2n}-(p_{2n}\mod p_{n}) = 2p_{n}$, for $n$ > 1
For example :
- $p_{4}-(p_{4}\mod p_{2})$ = 7 - (7 mod 3) = 6 = 2*3
- $p_{6}-(p_{6}\mod p_{3})$ = 13 - (13 mod 5) = 10 = 2*5
- $p_{8}-(p_{8}\mod p_{4})$ = 19 - (19 mod 7) = 14 = 2*7
- $p_{100}-(p_{100}\mod p_{50})$ = 541 - (541 mod 229) = 458 = 2*229
It seems than $p_{2n}$ is connected with $p_n$. This is something counter-intuitive for me because this is the first time I see a link with $p_{2n}$ and $p_n$ and I thought there was no link about these two numbers.
Is there a way to explain that ? I don't know how to start for proving it.
This does not really say anything special about the relation between $p_{2n}$ and $p_n$. Consider the following. Let $p$ be a prime, and let $q$ be any integer in the interval $2p<q<3p$. Then $q=2p+k$ with $0<k<p$ and $$ q-(q\bmod p)=q-k=2p. $$
The prime number theorem implies (I think) that more often than not $$2p_n<p_{2n}<3p_n$$ and that's all you are seeing.
If we take the prime number theorem super seriously, then $p_n\approx n\ln n$. Therefore we have every right to expect $$p_{2n}\approx(2n)\ln(2n)=2n\ln n+2n\ln 2\approx 2p_n+2n\ln2$$ to be in the interval $(2p_n,3p_n)$.
I tested the analogous conjecture relating $p_{3n}$ and $p_n$. For all $n>34$ we seem to have $$ p_{3n}-(p_{3n}\bmod p_n)=3p_n. $$ It fails, possibly for the last time, when $n=34$, $p_{34}=139$, $p_{102}=557\equiv1\pmod{139}$. In this case $p_{3n}$ exceeds $4p_n$ by a whisker.