Recent content by idiom

  1. I

    Undergrad Counting with composites Please advise

    Have someone working with me on the code. He is pretty busy so it may take him some time to work through his stack.
  2. I

    Undergrad Counting with composites Please advise

    Best reply on the board yet! I have looked at a myriad of methods just as you describe and I agree with your conclusions. As for the primes themselves they manifest themselves in the calculations which a mathematician of your caliber could probably extract more efficiently then me. I have...
  3. I

    Undergrad Counting with composites Please advise

    When I say directly I mean each iteration gives a valid result.
  4. I

    Undergrad Counting with composites Please advise

    Sorry about my terminology. Would you consider directly calculating all the composite numbers (Composites) in a range ( any give range you pick) heuristic? Or is it just heuristic if you use the result to find primes?
  5. I

    Undergrad Counting with composites Please advise

    The solution presented seems to have the problem of being non-deterministic. I am offering a deterministic solution for discussion. That is we can precisely calculate all of the composites in a deterministic fashion for any given number range. The primes themselves are the numbers missing from...
  6. I

    Graduate Importance of prime numbers in strings

    I like your response Oh. As to Ivy I would contend that anything in nature either resides in a state of prime or breaks down to its simplest building block.
  7. I

    Graduate Importance of prime numbers in strings

    Ah good a biologist! Do you feel primes are critical to the study of biology? This goes to my premise that prime numbers manifest themselves throughout nature and are key to understanding uniqueness.
  8. I

    Undergrad Counting with composites Please advise

    Fantastic thanks for the info:
  9. I

    Undergrad Counting with composites Please advise

    Using a java app currently
  10. I

    Undergrad Counting with composites Please advise

    Would have already posted, but there is a proprietary advantage of factoring very large numbers.
  11. I

    Undergrad Counting with composites Please advise

    Yes I am considering very large numbers. That is what makes the method useful. I can zero in on specific number ranges without sieving an enormous quantity of numbers.
  12. I

    Undergrad Counting with composites Please advise

    Yes good point. The method allows targeting of a select segment without knowing the preceeding primes. If you are interested in a segment of large numbers you can generate the composites for that segment only. The Sieve of Eratosthenes appears incapable of doing that.
  13. I

    Graduate Importance of prime numbers in strings

    What is the probability that the stability of strings depends on prime quantities in order to be unique? Without prime numbers, would the strings break into composite states.
  14. I

    Undergrad Counting with composites Please advise

    Yes that is the caveat and right now it appears to be working perfectly. However I will need help setting the algorithm to test to very large numbers. I am very confident because the math is sound. Very excited about the fact the method can also be used to factor composite numbers quickly...