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.

A002542 Number of two-valued complete Post functions of n variables.

Original entry on oeis.org

0, 2, 56, 16256, 1073709056, 4611686016279904256, 85070591730234615856620279821087277056, 28948022309329048855892746252171976963147354982949671778132708698262398304256
Offset: 1

Views

Author

Keywords

References

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

Crossrefs

Cf. A002543.

Programs

Formula

a(n) = 2^(2^n-2) - 2^(2^(n-1)-1). - Sean A. Irvine, Mar 23 2014

Extensions

a(8) from Sean A. Irvine, Mar 23 2014