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-1 of 1 results.

A091327 Triangle T(n,k) read by rows giving number of inequivalent even binary linear [n,k] codes containing no zero columns (n >= 2, 1 <= k <= n-1).

Original entry on oeis.org

1, 0, 1, 1, 1, 1, 0, 1, 1, 1, 1, 2, 3, 2, 1, 0, 2, 4, 4, 2, 1, 1, 3, 8, 10, 7, 3, 1, 0, 3, 9, 18, 16, 9, 3, 1
Offset: 2

Views

Author

N. J. A. Sloane, Mar 01 2004

Keywords

Comments

"Even" means that every word has even weight. Equivalently, the all-ones vector is in the dual code.
Difference between successive rows of A091325.

Examples

			Triangle begins
1
0 1
1 1 1
0 1 1 1
1 2 3 2 1
0 2 4 4 2 1
		

Crossrefs

Cf. A091325. Row sums give A091328.
Showing 1-1 of 1 results.