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.

A111749 Number of (-1,0,1) periodic irreducible matrices (with Tij = -Tji for i < j) up to sign change, transposition and row and column permutations.

Original entry on oeis.org

1, 3, 10, 39, 121, 405
Offset: 1

Views

Author

Wouter Meeussen, Nov 19 2005

Keywords

Comments

The permutations of rows i and j, followed by those of column i and j, preserve the property that (Tij = -Tji for i < j). The periods of the 405 6 X 6 matrices are: 11 times period 3, 94 times period 4, 71 times period 6 and 229 times period 12.

Examples

			{{-1,-1,0,0,0,0}, {1,1,-1,0,0,0}, {0,1,-1,0,0,0}, {0,0,0,-1,-1,0}, {0,0,0,1,1,-1}, {0,0,0,0,1,-1}} is one of the 6 X 6 matrices.
		

Crossrefs

Programs

  • Mathematica
    (* See link. *)