login
A396053
Number of relations R on an n-element set such that the transitive closure of R has exactly four elements more than R.
3
0, 0, 0, 39, 8631, 1269960, 240203160
OFFSET
0,4
COMMENTS
Equivalently, a(n) is the number of binary relations R on an n-set for which exactly four ordered pairs must be adjoined to obtain a transitive relation; i.e., |closure(R) \ R| = 4.
EXAMPLE
For n = 0, 1 every relation is transitive, so a(0) = a(1) = 0.
For n = 3, one of the a(3) = 39 relations is R = {(1, 1), (1, 2), (1, 3), (2, 1), (3, 1)}, whose transitive closure R = [3] X [3] adds exactly the four pairs (2, 2), (2, 3), (3, 2), (3, 3).
CROSSREFS
KEYWORD
nonn,hard,more
AUTHOR
Firdous Ahmad Mala, May 14 2026
EXTENSIONS
a(6) from Christian Sievers, May 20 2026
STATUS
approved