Not sure where to head with this one for an answer. I have a little knowledge of cominatorics. Looking for a method to calculate how many ways to combine $n$ objects once each. Given $n=2$ the answer is $1$. For $n=3$, the answer is $4$ (namely $\{a,b\},\{a,c\},\{b,c\},\{a,b,c\}$). I don't want to include repeat combinations like $\{b,a\}$ and $\{a,b\}$ that pair can only be counted once.
I saw some things in graph theory that might work, but having 0 knowledge in graph theory it's a needle in a haystack problem.