Right, so I was playing about with prime numbers and came across something very odd and interesting. Check this out.
IF $\frac{3x+1}{2^n} \in 2\mathbb{N}-1$
WHERE $n \in \mathbb{N}, x \in 2\mathbb{N}-1$
THEN $\frac{3x+1}{2^n} \in \mathbb{P}$
I can't seem to find a value where this isn't true. And I've tried small numbers like 115 and larger numbers like numbers 57,634,937 and I always landed a Prime. Every time.
Prove me wrong. Not saying I'm right, would be nice to see if there is an exception as I can't seem to find one.
EDIT
Ok, clearly this isn't true, but what if I said...
$\frac{3x+1}{2^n} = r$
SUCH THAT $r = mp$
WHERE $m\in \mathbb{N}, p \in \mathbb{P}, p > 2$
This is false. For instance, if $x=1,$ then $3x+1 = 4$ and $n=2$ gives $4/2^2 = 1$ is not prime.