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.

A227725 T(n,k) = number of small equivalence classes of n-ary Boolean functions that contain 2^k functions.

Original entry on oeis.org

2, 2, 1, 2, 3, 2, 2, 7, 14, 23, 2, 15, 70, 345, 3904
Offset: 0

Views

Author

Tilman Piesk, Jul 22 2013

Keywords

Comments

Left diagonal (k=0) has only 2s. Two functions (contradiction and tautology) are always alone in their respective sec, regardless of arity.
Second diagonal (k=1) is 2^n-1 (A000225). These are the n-ary linear Boolean functions. Each sec contains a row of a binary Walsh matrix and its complement.
Right diagonal (k=n) is A051502, the numbers of small equivalence classes of n-ary functions, that contain the highest possible number of 2^n functions.

Examples

			Triangle begins:              Row sums (A000231)
            2                         2
         2     1                      3
      2     3     2                   7
   2     7    14    23               46
2    15    70    345   3904        4336
		

Crossrefs