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.

A263677 Irregular table read by rows, n >= 1, k >= 0: T(n,k) is the number of binary symmetric n X n matrices with k holes that are squares, where the axes of symmetry are horizontal and vertical.

Original entry on oeis.org

1, 1, 3, 1, 3, 1, 28, 15, 11, 0, 6, 3, 30, 16, 0, 0, 3, 3
Offset: 1

Views

Author

Kival Ngaokrajang, Oct 23 2015

Keywords

Comments

Inspired by A258643 but the axes of symmetry are the same as in A262742. The mirror patterns and nonsquare holes are excluded.

Examples

			Irregular table begins:
n\k  0  1  2  3  4  5 ...
1    1
2    1
3    3  1
4    3  1
5   28 15 11  0  6  3
6   30 16  0  0  3  3
...
		

Crossrefs