login
A112650
Number of truth tables generated by (n-1)-CNF Boolean expressions of n variables.
1
10, 166, 43146, 2805252934
OFFSET
2,1
COMMENTS
Conjunctive Normal Form (CNF) is a conjunction of disjunctions. k-CNF limits each disjunctive clause to k variables and their complements.
LINKS
C. B. Barber, ttcnf 2005.1 (April 2005).
C. B. Barber, www.qhull.org/ttcnf.
EXAMPLE
The 1-CNF expressions of 2 variables are a, -a, b, -b, a and b, a and -b, -a and b, -a and -b, a and -a, true. Their truth tables are 0xC, 0x3, 0xA, 0x5, 0x8, 0x4, 0x2, 0x1, 0x0, 0xF.
CROSSREFS
Sequence in context: A367444 A054688 A229228 * A006295 A006297 A279292
KEYWORD
more,nonn
AUTHOR
Brad Barber (bradb(AT)shore.net), Dec 27 2005
STATUS
approved