G
Guest
How would one determine the sequence number of 6 random lottery values
between 1 and 53. If the lowest possible combination was 1-2-3-4-5-6 and that
was sequence 1, then 1-2-3-4-5-7 was seqence 2...and so forth. I could build
a nested loop, but that would be terribly slow. Is there a more direct
approach? Thanks, Art
between 1 and 53. If the lowest possible combination was 1-2-3-4-5-6 and that
was sequence 1, then 1-2-3-4-5-7 was seqence 2...and so forth. I could build
a nested loop, but that would be terribly slow. Is there a more direct
approach? Thanks, Art