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.

A112650 Number of truth tables generated by (n-1)-CNF Boolean expressions of n variables.

Original entry on oeis.org

10, 166, 43146, 2805252934
Offset: 2

Views

Author

Brad Barber (bradb(AT)shore.net), Dec 27 2005

Keywords

Comments

Conjunctive Normal Form (CNF) is a conjunction of disjunctions. k-CNF limits each disjunctive clause to k variables and their complements.

Examples

			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