I would like to make vector of vector of integers of every pattern possible.
so if I continue it would be
<2,6,10>, <2,6,11>,<2,6,12>,<2,6,13> .................... <4,8,11><4,8,12><4,8,13>..
and the function should be able to take in any number of vector of vector of integers.