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.

A330134 Number of n X n (-1,0,1)-matrices with zero permanent.

Original entry on oeis.org

1, 33, 7555, 13482049, 186481694371, 19733690332538577
Offset: 1

Views

Author

Hongyang Cao, Dec 02 2019

Keywords

Crossrefs

Programs

  • Mathematica
    a[n_] := Sum[Boole[Permanent[m] == 0], {m, Tuples[{-1, 0, 1}, {n, n}]}];

Extensions

a(6) from Peter J. Taylor, Dec 16 2019