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.

A277134 Number of "unbordered" n X n binary arrays.

Original entry on oeis.org

1, 2, 14, 496, 64902, 33480816, 68683762160, 562879053495808, 18446172258948389894, 2417833047807055774900336, 1267648177654223684013845739628, 2658454721440933587372867150275542528
Offset: 0

Views

Author

Jeffrey Shallit, Oct 01 2016

Keywords

Comments

An n X n array is bordered if there exists some i,j, with 1 <= i, j < n, such that the first i rows are the same as the last i rows, and the first j columns are the same as the last j columns. Otherwise it is unbordered.

Examples

			For n = 2 the only bordered arrays are the arrays of all 0's and all 1's.
		

Crossrefs

This is one possible 2-dimensional analog of A003000.