Hi!
I want to generate/filter all possible combinations from the package as follows:
1) get only those combos that have numbers with their due between 0.3 and 0.75 from the last X draws (or from all draws);
2) filter the resulted combos above even more by getting from them only those that have pairs due between 0.2 and 0.5;
3) filter the resulted combos above even more by getting from them only those that have triplets due between 0.3 and 0.8;
4) filter the resulted combos above even more by getting from them only those that have quadruplets due between 0.5 and 0.73;
5) filter the resulted combos above even more by getting from them only those that have quintuplets due between 0.3 and 0.9;
6) filter the resulted combos above even more by getting from them only those that have sextuplets due between 0.2 and 0.5;
Thank you in advance!
P.S. This is for a 6/49 lottery, that's why it is only up to sextuplets.