I have already improved the lower bound of an unsolved problem in mathematics. However, I can improve the lower bound of others if I can access the 6-element subsets of $\{0, \ldots, 104\}$. I have to use python to run my current algorithm, so I am relying on itertools.combinations which is going to take 4 hours plus. I am wondering if there is an existing database that stores these combinations so we can access them in blazing fast time. If not, can we work on creating one?
Thank you.