A354279
Number of regular elements in the semigroup of all binary relations on [n].
Original entry on oeis.org
1, 2, 16, 470, 40408, 8683982
Offset: 0
A363036
Triangular array read by rows. T(n,k) is the number of regular elements in the semigroup of all binary relations on [n] that have rank k, n>=0, 0<=k<=n.
Original entry on oeis.org
1, 1, 1, 1, 9, 6, 1, 49, 306, 114, 1, 225, 8550, 26376, 5256, 1, 961, 194850, 3311250, 4669200, 507720
Offset: 0
1;
1, 1;
1, 9, 6;
1, 49, 306, 114;
1, 225, 8550, 26376, 5256;
1, 961, 194850, 3311250, 4669200, 507720;
...
A363911
n! times the number of posets with n unlabeled elements.
Original entry on oeis.org
1, 1, 4, 30, 384, 7560, 228960, 10306800, 685399680, 66490865280, 9316160179200, 1866087527673600, 529244914160793600, 210621677079215001600, 116661392964364363315200, 89281569344544938769408000, 93799600948326479830880256000
Offset: 0
-
nn = 10; A000112 = Cases[Import["https://oeis.org/A000112/b000112.txt",
"Table"], {, }][[All, 2]];Range[0, 16]! Table[A000112[[i]], {i, 1, 17}]
Showing 1-3 of 3 results.
Comments