Natural progression of primes

No.12640127 ViewReplyOriginalReport
I've been playing around with primes, mostly because I have nothing better to do.
I made a list of primes from 3 to 10000000000 and looked for a pattern.
The progression of primes, starting from 7 is:
4,2,4,2,4,6 2,6
I don't understand why no one has noticed this before, or at least, I cannot find any documentation on it.
Try it for yourself. Start with 7. ..
7+4=11
11+2=13
13+4=17
17+2=19
19+4=23
23+6=29
29+2=31
31+6=37
And repeat. This pattern goes on to infinity.
I've been able to find prime numbers over 100 million digits using this method on my tablet and it is less resourse intensive than using any traditional method of finding primes.
It took my tablet 19 days to crunch a 30 million digit prime using the standard method of prime calculations. It took 6 days to find a 100 million digit prime just by adding 4,2,4,2,4,6,2,6.

I've contacted many universities and research institutions to show them this, but they're not responding.

So I decided to share it here... if anyone cares