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.

A109456 Number of Boolean functions of n variables that are self-dual and regular.

Original entry on oeis.org

0, 1, 1, 2, 3, 7, 21, 135, 2470, 319124, 1214554343, 1706241214185942
Offset: 0

Views

Author

Don Knuth, Aug 17 2005

Keywords

Comments

Or, number of self-dual 2-monotonic Boolean functions of n or fewer variables.
Agrees with A001532 for n <= 8 but then diverges.
The value for n=10 was calculated with BDD techniques; all solutions are characterized by a binary decision diagram with 30011986 nodes.
The value for n=11 was calculated by Minfeng Wang in May 2012 (see [Hausmann & Rodriguez]). The news was published by J.-C. Hausmann (2015). - Fabián Riquelme, Mar 19 2018
For n from 1 to 9, a(n) agrees with the number of directed zero-sum games with n players in Table 1 of Krohn and Sudhölter. - Peter Bala, Dec 16 2021

References

  • D. E. Knuth, The Art of Computer Programming, Vol. 4, Section 7.1.1 (in preparation).

Extensions

a(10) from Don Knuth, Feb 06 2008
a(11) from Fabián Riquelme, Mar 27 2018