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.

A005615 Number of non-degenerate fanout-free Boolean functions of n variables using And, Or, Not and Majority gates.

Original entry on oeis.org

2, 2, 8, 72, 1152, 26304, 773376, 27792384, 1180606464, 57878949888, 3216287711232, 199772566437888, 13715535726379008, 1031385107381354496, 84305991898648018944, 7442748678347943837696, 705753951277588515127296, 71539473538360558749745152
Offset: 0

Views

Author

Keywords

Comments

A circuit is fanout-free if each gate's output is the input to (at most) one gate. - Charles R Greathouse IV, Jul 21 2016
A majority gate has 3 inputs and the output is the same as the majority of the inputs. - Andrew Howroyd, Apr 04 2025

References

  • N. J. A. Sloane and Simon Plouffe, The Encyclopedia of Integer Sequences, Academic Press, 1995 (includes this sequence).

Crossrefs

Programs

  • PARI
    seq(n)=Vec(serlaplace(2 + serreverse(log(x+1+O(x*x^n)) - x/2 - x^3/12))) \\ Andrew Howroyd, Apr 04 2025

Formula

E.g.f.: 2 + Series_Reversion(log(1 + x) - x/2 - x^3/12). - Andrew Howroyd, Apr 04 2025

Extensions

a(0), a(8)-a(17) from Sean A. Irvine, Jul 21 2016