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.

A262459 Number of n-valued logics.

Original entry on oeis.org

0, 1, 3072, 2066242608, 562949953421312000, 94296410679817199707031250000, 13584783430350289567229247264873005482770432, 2238270252895659596439884146393953794861120109653175515742208
Offset: 1

Views

Author

Yan A. Denenberg and Max Alekseyev, Sep 23 2015

Keywords

References

  • H. Eves and C. V. Newsom, An Introduction to the Foundation and Fundamental concepts of Mathematics, Rinehart & Co., New York, 1958.

Crossrefs

Cf. A076728 (number of negation tables), A262458 (number of conjunction tables).

Programs

Formula

a(n) = (n-1)^(n^2+1) * n^(n-2) = A076728(n) * A262458(n).