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.

Showing 1-2 of 2 results.

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

Original entry on oeis.org

2, 2, 10, 122, 2554, 75386, 2865370, 133191386, 7319102842, 464161640378, 33365010466330, 2680736773291418, 238072159069838266, 23157446685020355194, 2448496007747625525850, 279603850797891071481434, 34294941015273001096282618
Offset: 0

Views

Author

Keywords

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(2*serlaplace(1 + serreverse(log(1 + 3*x + 2*x^2 + O(x*x^n)) - 2*x - 2*x^3/3))) \\ Andrew Howroyd, Apr 04 2025

Formula

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

Extensions

a(0) prepended and more terms from Sean A. Irvine, Jul 21 2016

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

Original entry on oeis.org

2, 6, 38, 558, 14102, 493230, 21734582, 1150168974, 70917337622, 4987580274414, 393796969969526, 34476778683241806, 3313919458048503254, 346878958323336066222, 39271056622439364321590, 4780894577220073271485710
Offset: 1

Views

Author

Keywords

References

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

Crossrefs

Formula

a(n) = Sum_{k=0..n-1} binomial(n,k) * A005617(k). - Sean A. Irvine, Jul 21 2016

Extensions

More terms from Sean A. Irvine, Jul 21 2016
Showing 1-2 of 2 results.