Suppose you have three distinct items $a$, $b$, $c$. You want to find how many unique sets you can get by choosing at least one item. For example, $\{a\}$ would form a unique set, and $\{a, b\}$ would form a unique set. Of course you can't choose more than three items but you have to choose at least one. What is the formula for this in the general case?
At first I tried the combination formula but I realized that doesn't apply because $n$ choose $k$ requires you choose exactly $k$ items. So what is the formula for fixed $n$ but varied $k$ (given max for $k$)?