On a set $A=\{1,2,3,\cdots,n\}$ , what is the number of transitive relations, $t_{n,3}$ that contain exactly $3$ ordered pairs?
An example is the relation $\{(1,2),(2,3),(1,3)\}$
I calculated the same for some values of $n$ and the same are tabulated under:
\begin{array}{|c|c|} \hline \color{red}n&\color{red}{t_{n,3}}\\ \hline 0&0\\ \hline 1&0\\ \hline 2&2\\ \hline 3&43\\ \hline 4&276\\ \hline \end{array}
What would be a general formula for $t_{n,3}$?
The number $t_{n,3}$ of relations is $$t_{n,3}=\sum_{k=2}^ 6 {n \choose k} t_{k,3}$$ as we already know. So we want to calculate $t_{n,3}, k=2,\ldots,6$. $t_{n,3}$ is the number of transitive relations on a set with $k$ elements, e.g. $\{0,1,\ldots,k-1\}$. If we have such a relation, e.g. $$\{(0, 0), (0, 1), (0, 2)\}$$ for n=3, we can generate other relations with the same property by renaming the elements and/or interchanging the coordinates of such a tuple. So if we change the first and the second number of this tuple we get the relation $$\{(0,0), (1,0), (2,0)\}$$ , if we rename $0$ to $1$, $1$ to $2$, $2$ to $0$, we get the relation $$\{(1,1), (1,2), (1,0)\}$$ which can be rewritten as $$\{1,0), (1,1), (1,2)\}$$ So the set of such relations of $n$ elements can be partitioned in classes of related relations, and from one the one class element the other class elements can be generated by renaming the numbers, or interchanging the coordinates. The following table shows the a relation for each class of relations for each number $n$ elements and the the size of the class, this is the number of differnt relations that can be generated by renameing and interchanging form the given relation. "sum" is the number of different relations of a set of $n$ different numbers.
So finally we get $$t_{n,3}=\frac{\left( n-1\right) n\, \left( {{n}^{4}}-5 {{n}^{3}}+19 {{n}^{2}}-28 n+10\right)}6,\; \forall n\ge6$$