The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A369799 Number of binary relations R on [n] such that q(R) is a quasi-order and s(R) is a strict partial order (where q(R) and s(R) are defined below). 2
1, 2, 13, 237, 11590, 1431913, 424559959, 292150780260, 456213083587511, 1589279411184268465, 12188163803127032036308, 203538148644721100472292979, 7336995548182992341725851094195, 566597426371900580541745092349604750, 93154354372753215966288131247384428212545, 32423220989898980232206367503220063835343283713 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
COMMENTS
For a relation R on [n], let E = domain(R intersect R^(-1)) and let F = [n]\E. Then q(R) := R intersect E X E and let s(R) := R intersect F X F.
LINKS
E. Norris, The structure of an idempotent relation, Semigroup Forum, Vol 18 (1979), 319-329.
FORMULA
a(n) = Sum_{k=0..n} A369776(n,k) * 3^(k*(n-k)).
MATHEMATICA
nn = 18; 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}]]; Map[Total, (Map[Select[#, # > 0 &] &, Table[n!, {n, 0, nn}] CoefficientList[
Series[ p[Exp[ y x] - 1]*p[ x], {x, 0, nn}], {x, y}]])*
Table[Table[3^(k (n - k)), {k, 0, n}], {n, 0, nn}]]
CROSSREFS
Sequence in context: A236903 A277452 A268703 * A187648 A113098 A365590
KEYWORD
nonn
AUTHOR
Geoffrey Critzer, Feb 01 2024
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified May 17 08:10 EDT 2024. Contains 372579 sequences. (Running on oeis4.)