OFFSET
0,2
COMMENTS
Upper bound on the number of compressed (irredundant) disjunctive normal forms of Boolean functions with n variables.
REFERENCES
G. P. Gavrilov and A. A. Saposhenko, Problems Book in Discrete Mathematics (Hungarian translation), Muszaki Kiado, 1981.
LINKS
Amiram Eldar, Table of n, a(n) for n = 0..8
MATHEMATICA
Table[Binomial[3^w, 2^w], {w, 0, 5}]
PROG
(PARI) a(n)=binomial(3^n, 2^n) \\ Charles R Greathouse IV, Dec 19 2011
(Magma) [Binomial(3^n, 2^n) : n in [0..7]]; // Wesley Ivan Hurt, Apr 20 2021
CROSSREFS
KEYWORD
nonn,changed
AUTHOR
Labos Elemer, Aug 07 2003
STATUS
approved