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.

A002080 Number of N-equivalence classes of self-dual threshold functions of n or fewer variables.

Original entry on oeis.org

1, 2, 4, 12, 81, 1684, 122921, 33207256, 34448225389
Offset: 1

Views

Author

Keywords

References

  • S. Muroga, Threshold Logic and Its Applications. Wiley, NY, 1971, p. 38 and 214.
  • S. Muroga, T. Tsuboi and C. R. Baugh, Enumeration of threshold functions of eight variables, IEEE Trans. Computers, 19 (1970), 818-825.
  • N. J. A. Sloane, A Handbook of Integer Sequences, Academic Press, 1973 (includes this sequence).
  • N. J. A. Sloane and Simon Plouffe, The Encyclopedia of Integer Sequences, Academic Press, 1995 (includes this sequence).

Crossrefs

Formula

a(n) = Sum_{k=1..n} A002077(k)*binomial(n,k) = (1/2^n)*Sum_{k=1..n} A000609(k-1)*binomial(n,k). - Alastair D. King, Mar 17 2023.

Extensions

Better description and corrected value of a(7) from Alastair King (see link) - N. J. A. Sloane, Oct 24 2023