The only known method to find prime number is' mersenne prime finding method'.
Here is my newly researched,simple method to find prime numbers.
With 100% guarantee.
We named it as ALPHA SERIES.
Series starts with 7 and 16 number.
7 + 16 = 23
23 + 16 = 39
39 + 16 = 55
Go on adding number 16 at each sum in sequence to get infinite series.
This way we get a series of numbers such as 7, 23, 39, 55, 71, 87, 103.....
Arrange those numbers in vertical column as shown below.
7
23
39
55
71
87
103
119
135
151
Numbers such as 7, 23, 71.... are prime numbers.
Check number..
39 is divisible by 3.
87 is also divisible by 3.
This shows that starting from 39, every 3rd number must be composite number divisible by 3.
Same way....
55
135 (divisible also by 3)
215
Is divisible by 5.
119 is divisible by 7. That means srarting from 119, every 7th number must be a composite numbers divisible by 7.
We can see that all numbers appearing in this series is in pattern .ie
Every 3rd number is divisible by 3.
Every 5th number is divisible by 5.
Every 7th number is divisible by 7.
and so on....
Therfore it become easier to know which number is composite and which are prime numbers...This series is infinite...Using this series, one can find any large prime numbers...
Please share in the comunity.
Detail research paper on http://vixra.org/abs/2011.0031?ref=11721834
Please share the link. Thanks.