DarkDarkly
New member
- Joined
- Jun 19, 2020
- Messages
- 13
So for the past couple months I have been trying to find a NEW method of generating prime numbers. From what I could find for existing methods online, i succeeded, because this didn't come up anywhere I could see. I currently do not know if the method is faster or slower than current generators (Though my assumption is slower), but the major difference is that it does NOT need to compare each new value to all previous values in the sequence to check if it is prime. I have some methods that I plan to test that will hopefully speed it up a lot, but for now just know that it took roughly 30 seconds or less to generate all primes less than 20000 on my laptop. (and that also includes the extra time it took to run another calculation verifying that each value was in fact prime, so it was really generating all the primes two times. One with mine, and one with a second method that is already known, but allows me to compare to my list.)
I don't want to share too much related to my final solution of obtaining this until I have a general idea of what I should do with it. Is there some organization I should contact? Does this really matter if this is just shared publicly here, even if it's a newly discovered method? (and does the answer change knowing I'm 17 ._. ?) I do plan to use it for an Internal Assessment I have to write for my math class, but I want it to do something else with it too. It may not be super important (or maybe it is, who knows), but I want the information to reach the right person first.
Thanks!
I don't want to share too much related to my final solution of obtaining this until I have a general idea of what I should do with it. Is there some organization I should contact? Does this really matter if this is just shared publicly here, even if it's a newly discovered method? (and does the answer change knowing I'm 17 ._. ?) I do plan to use it for an Internal Assessment I have to write for my math class, but I want it to do something else with it too. It may not be super important (or maybe it is, who knows), but I want the information to reach the right person first.
Thanks!