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.

A120608 Number of inequivalent (under the "inversion of variables") monotone Boolean nondegenerate functions of n variables.

Original entry on oeis.org

1, 1, 1, 5, 59, 3470
Offset: 0

Views

Author

Alan Veliz-Cuba (alanavc(AT)vt.edu), Jun 16 2006

Keywords

Comments

We define the "inversion of variables", i, by (i.f)(x1,...,xn)=1+f(1+x1,...,1+xn). Note that {i,identity function} is a group. It turns out that if f is a monotone function, then i.f is also a monotone function. f is equivalent to g if f=g or f=i.g.

Examples

			a(2)=1 because f(x1,x2)=x1x2 is equivalent to g(x1,x2)=x1+x2+x1x2 and there are no more monotone Boolean nondegenerate functions of 2 variables.