This is an observation regarding the semiprimes, also named 2-almost primes, biprimes, or the product of two primes. This week I do not have a computer, only a tablet (hospitalized with a lot of free time to enjoy Maths!) so I just can read and use a pen and a notebook for calculations.
Basically it seems that two times an even semiprime ($2p$), this is $4p, p \in \Bbb P$ is located a a prime distance or distance $1$ of the previous odd semiprime of the list (except for the first element of the list, $4$, that has no odd semiprimes below $8$).
I was able to verify this for the first elements available on the OEIS list (linked above in the first paragraph) and then I took random samples from the link at OEIS to the big list of the first $10000$ elements.
E.g. The biprime $6 \cdot 2 = 12$ and the closest previous odd semiprime is $9$ at a distance $3$.
For instance, a similar test like "the double of a non even semiprime is at a distance $1$ or prime of the closest previous odd semiprime" does not hold. There are quick counterexamples.
I would like to share the following questions:
Is there a counterexample? I can not run a computer test, if somebody could confirm if the observation is true or false in some extent that would be great.
What would be behind this kind of property (quite similar to the Fortunate numbers conjecture). Thank you!
Unfortunately the conjecture is not true.
I wrote a (messy) Mathematica program, which told me the smallest counter example is $218$. The largest odd semiprime smaller than $218\times2$ is $427$, and $218\times2-427=9$ which is not prime.
A couple other counter examples are $466$ and $746$.