Martin C. Winer

This is what happens when Martin gets tired of sending mass emails.

Browsing Posts tagged Prime Twin

Index
Index
Referring sites:
Introduction
Overview
Need a simpler/shorter version?
Code Samples
Definition Random
Corollary:
Macro/Micro Pattern
Overall Purpose
Summary
Summary 2
Summary 3
Summary 4
Sieves and Patterns
“Hey! What did 2 ever do to you man?”
Definition of P(x) [The Xth Prime]
Definition of Pat(n)
Unique Contributions of P(x)
Description
Definition uniqueContribution(P(x))
In English…
Examples:
Powers of a prime
Important Notes on uniqueContribution(P(x))
Merging Patterns
Introduction
Merging Algorithm
Time Out: Who Cares? My Grandmother could do this?!
Demographic changes in Pat(n) over time
Notes
Demographic [...]

Abstract
The article explains randomness and uses recursively self complicating algorithms to prove the Prime Twin conjecture.
Code Samples:
Some java code has been provided to illustrate some of the concepts on this website. It can be found here:
http://www.rankyouragent.com/primes/patn.java.htm
and the output can be viewed here:
http://www.rankyouragent.com/primes/patn.java.output.txt
A ‘C’ version for those who just can’t stand Java
http://www.rankyouragent.com/primes/patn.c.htm
http://www.rankyouragent.com/primes/patn.c.output.txt
What is Random?
Randomness [...]