Consider a multiagent system where each agent may either like or dislike another agent. For two agents, there are three distinct cases: the agents (i) mutually like each other; (ii) mutually dislike each other; or (iii) the first likes the second but the second does not like the first. (There is a symmetric second case for (iii).)
My question, which I have been unable to work out the answer to, is: what is the number of distinct cases for $n$ agents? Distinct here means that a case cannot be transformed into another by relabeling the agents. The number of cases (not necessarily distinct) seems to be $n \times 2^{n-1}$.