A366218 Number of convergent binary relations on [n] (A365534) that converge to an equivalence relation (A000110).
1, 1, 4, 149, 26177, 18211032, 47135163595
Offset: 0
Links
- D. A. Gregory, S. Kirkland, and N. J. Pullman, Power convergent Boolean matrices, Linear Algebra and its Applications, Volume 179, 15 January 1993, pp. 105-117.
- D. Rosenblatt, On the graphs of finite Boolean relation matrices, Journal of Research of the National Bureau of Standards, 67B No. 4, 1963.
Programs
-
Mathematica
nn = 13; B[n_] := 2^Binomial[n, 2] n!; primitive = Select[Import["https://oeis.org/A070322/b070322.txt", "Table"], Length@# == 2 &][[All, 2]];pr[x_] := Total[primitive Table[x^i/i!, {i, 0, 6}]];Table[n!, {n, 0, nn}] CoefficientList[Series[Exp[pr[x] - 1], {x, 0, nn}], x]
Formula
E.g.f.: exp(p(x)-1) where p(x) is the e.g.f. for A070322.
Comments