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.

Showing 1-2 of 2 results.

A111485 Number of (-1,0,1) periodic irreducible matrices up to sign change, transposition and mirroring over the antidiagonal.

Original entry on oeis.org

1, 3, 12, 107, 951, 10923
Offset: 1

Views

Author

Wouter Meeussen, Nov 15 2005

Keywords

Comments

"Irreducible" is intended to mean "not factoring into blocks along the diagonal". The periods for n=6 are 396 times period 3, 2939 times period 4, 1684 times period 6 and 5904 times period 12.

Crossrefs

Cf. A072148.

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. *)
Showing 1-2 of 2 results.