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.

A005610 Number of Boolean functions realized by cascades of n gates.

Original entry on oeis.org

2, 14, 86, 518, 3110, 18662, 111974, 671846, 4031078, 24186470, 145118822, 870712934, 5224277606, 31345665638, 188073993830, 1128443962982, 6770663777894, 40623982667366, 243743896004198, 1462463376025190
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

Cf. A003464.

Programs

  • Maple
    A005610:=-2*(-7+6*z)/(6*z-1)/(z-1); # conjectured by Simon Plouffe in his 1992 dissertation; gives the sequence apart from the initial 2
  • Mathematica
    Table[(2/5) (6 6^(n - 1) - 1), {n, 1, 30}] (* Bruno Berselli, Nov 13 2018 *)

Formula

a(n) = (2/5)*(6*6^(n-1) - 1). - Ralf Stephan, Apr 19 2004
a(n) = 6*a(n-1) + 2 for n > 1. - Georg Fischer, Nov 13 2018

Extensions

More terms from Ralf Stephan, Apr 19 2004