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.

A350418 a(n) is the number of universal binary n-state logic gates.

Original entry on oeis.org

1, 2, 3774, 942897552, 76897278357005640
Offset: 1

Views

Author

Woosuk Kwak, Dec 29 2021

Keywords

Comments

The number of closed binary operations F on a set of order n such that {F} is functionally complete.
a(3) computed by Craig Gidney, corrected by Code Golf Stack Exchange user AnttiP.
a(4) computed by Code Golf Stack Exchange user AnttiP.
a(5) computed by Code Golf Stack Exchange user gsitcia.

Examples

			For n = 2, the two universal logic gates are NAND and NOR.
		

Crossrefs

A002489(n) counts all binary n-state logic gates.

Formula

Limit_{n->oo} a(n)/A002489(n) = 1/e.

Extensions

a(5) added by Woosuk Kwak, Nov 23 2023