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.

A367442 Number of discrete uninorms defined on the finite chain L_n={0,1,...,n-1,n}.

Original entry on oeis.org

2, 6, 22, 92, 426, 2146, 11634, 67472
Offset: 1

Views

Author

Marc Munar, Nov 18 2023

Keywords

Comments

The number of discrete uninorms on the finite chain L_n={0,1,...,n-1,n}, i.e., the number of monotonic increasing binary functions U: L_n^2->L_n such that U is commutative (U(x,y)=U(y,x) for all x,y in L_n), associative (U(U(x,y),z)=U(x,U(y,z)) for all x,y,z in L_n) and has neutral element e in L_n (U(x,e)=x for all x in L_n).