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.

Previous Showing 31-32 of 32 results.

A271219 Number n of antichains of P(En) x En*, ordered by lexicographic order, with En a poset of n elements with no pair of elements ordered, and with En* that same set augmented with an (n+1)th element smaller than all others.

Original entry on oeis.org

1, 5, 83, 28925, 7663696588
Offset: 0

Views

Author

Emmanuel Chemla, Apr 02 2016

Keywords

Comments

This sequence is, more interestingly, the number of logical consequence relations in (n+2)-valued logic, with no order between intermediate values (i.e., values other than 0 and 1), which are truth functional, identical to the standard logical consequence relation on bivalent propositions and value-monotonic (if the relation holds, it is preserved with stronger premises and/or weaker conclusions). See reference below.
In n-valued logic with all truth values strictly ordered, the number of logical consequence relations with the same properties is more standard, it corresponds to: A030662. It satisfies the same definition as this sequence except that En should now be understood as a well-ordered set of n elements.

A300051 Triangle read by rows giving numbers T(n,j) (n >= 0, 1 <= j <= n+1) of certain restricted partitions of 2n into j blocks.

Original entry on oeis.org

1, 1, 1, 1, 5, 2, 1, 19, 24, 5, 1, 69, 202, 112, 14, 1, 251, 1520, 1665, 510, 42, 1, 923, 11000, 21121, 11827, 2277, 132, 1, 3431, 78806, 249137, 226205, 76111, 10010, 429, 1, 12869, 566234, 2840928, 3918842, 2044444, 456456, 43472, 1430
Offset: 0

Views

Author

Keywords

Comments

See Vargas (2017) for a more precise definition.

Examples

			Triangle begins:
  1;
  1,   1;
  1,   5,     2;
  1,  19,    24,     5;
  1,  69,   202,   112,    14;
  1, 251,  1520,  1665,   510,   42;
  1, 923, 11000, 21121, 11827, 2277, 132;
  ...
		

Crossrefs

Main diagonal gives A000108.
Columns j=1-2 give: A000012, A030662.

Formula

The authors report that they were unable to find a general formula.
Previous Showing 31-32 of 32 results.