Recent content by rshriner

  1. R

    Curious about a pattern to prime products.

    Brain dead tonight...messed up the post so the attachments hopefully will expand a little. 6N-1,+1 is the list A. A list * A list= B list. Remove all values of B list from A list and you have a sequence of Primes =>5. Products of values of A list can be generated using 6NA,-A,+A. The products...
  2. R

    Curious about a pattern to prime products.

    Curious about this pattern. list(6N,-1,+1)less list((6n,-1,+1)*(6N,-1,+1)) produces 100% primes =>5 for as far as I am able to take it. Sorry the dwgs would not copy so have added attachments. This pattern of products repeats by value (first digit set, second digit set, etc) and by...
Back
Top