cp's OEIS Frontend

This is a front-end for the Online Encyclopedia of Integer Sequences, made by Christian Perfect. The idea is to provide OEIS entries in non-ancient HTML, and then to think about how they're presented visually. The source code is on GitHub.

A378609 Number of weak orderings of (i,j), 1 <= i,j <= n, for which there is a set X = {x_1<...

Original entry on oeis.org

1, 1, 3, 25, 477, 18403
Offset: 1

Views

Author

Kevin O'Bryant, Dec 01 2024

Keywords

Comments

Number of weak orderings of (i,j), 1<=i,j<=n, for which there is a set X={x_1<...
Number of weak orderings of (i,j), 1<=i,j<=n, for which there is a set X={x_1<...

Examples

			For n=3 the three weak orderings are: 11<12=21<13=31=22<23=32<33, 11<12=21<22<13=31<23=32<33, and 11<12=21<13=31<22<23=32<33, which arise from the sets {1,2,3}, {1,2,4}, and {1,3,4}, respectively.
For n=4, there are 39 weak orderings, but only 25 arise from sets of real numbers. For example, the weak ordering 11<12=21<13=31<22<14=41=23=32<24=42=33<34=43<44 does not arise from any set of real numbers.
		

Crossrefs

Cf. A376162.

Formula

a(n) <= A376162(n).