- #1
hotAdaptness
- 1
- 0
- TL;DR Summary
- I think I discovered a pattern for prime numbers
I wrote a program that implements the pattern and finds the primes automatically. It worked up to 70 million then it crashed because program holds data in RAM so it can be fixed. It found all the primes up to 70 million and found no exception. I won't explain the pattern because its so complicated and its not officially mine. I couldn't find any documents about this pattern and I think its a new thing. What should I do?