OFFSET
0,2
COMMENTS
Upper bound on the number of compressed [irredundant] disjunctive normal forms of Boolean functions with n variables.
REFERENCES
Gavrilov G.P. and Saposhenko A.A.: Problems Book in Discrete Mathematics. [Hungarian translation], Muszaki Kiado,1981.
MATHEMATICA
Table[Binomial[3^w, 2^w], {w, 1, 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
AUTHOR
Labos Elemer, Aug 07 2003
STATUS
approved