I have a set of numbers, let's say: a=16 b=19 c=19 d=31 e=5 f=... etc.
How to create a simple function that shows how many combinations of the letters add up to at least the number n?
I have no clue what Mathematica Functions I should use to get started. Any help would be appreciated.
Tupleto generate all combinations of letters of a given length; however some combinaison would be counted twice (e.g. $(a,b)$ and $(b,a)$). – anderstood Mar 16 '17 at 00:2311`
– Daniel Lichtblau Mar 16 '17 at 15:53