A369778 Number of inequivalent (as defined below) transitive binary relations on [n].
1, 2, 9, 69, 838, 15673, 446723, 19293060, 1251685959, 120386313553, 16900121126060, 3411142115103803, 977085613480027515, 392874276568326733742, 219743920204264577507581, 169664195991510052549565897, 179646979835553234783655867894, 259379781267410563698300438118605, 508142540645401577520522108019282903
Offset: 0
Keywords
Links
- E. Norris, The structure of an idempotent relation, Semigroup Forum, Vol 18 (1979), 319-329.
Programs
-
Mathematica
nn = 16; posets = Select[Import["https://oeis.org/A001035/b001035.txt", "Table"], Length@# == 2 &][[All, 2]];p[x_] := Total[posets Table[x^i/i!, {i, 0, 18}]]; Table[n!, {n, 0, nn}] CoefficientList[Series[ p[Exp[ x] - 1]*p[ x], {x, 0, nn}], x]
Formula
E.g.f.: p(exp(x) - 1)*p(x) where p(x) is the e.g.f. for A001035.
Comments