I need 6 numbers that when added in any combination, including multiple numbers at a time (N1+N2+N3, etc.), each number being counted only once, all have unique solutions.
That is, N1 + N2 <> N3, N4, N5, N6 or (N1+N3) or (N2+N3), etc.
Catch my drift. Need it for a 6 layer image stack to easily identify unique combinations.
Thanks.
That is, N1 + N2 <> N3, N4, N5, N6 or (N1+N3) or (N2+N3), etc.
Catch my drift. Need it for a 6 layer image stack to easily identify unique combinations.
Thanks.