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.

A293080 Number of n X n 0..1 arrays with the number of 1's horizontally or antidiagonally adjacent to some 0 two less than the number of 0's adjacent to some 1.

Original entry on oeis.org

0, 0, 53, 8108, 3786544, 6736259130, 48001754870966, 1383438455350705382, 161312497547006248372814, 76023645347398961263283802334, 144620752785016707502340606159808938
Offset: 1

Views

Author

R. H. Hardin, Sep 30 2017

Keywords

Comments

Diagonal of A293087.

Examples

			Some solutions for n=4
..1..1..1..0. .0..0..0..0. .0..1..1..0. .1..1..0..0. .0..1..1..0
..0..1..1..0. .1..1..0..0. .0..0..1..1. .1..0..1..1. .0..0..0..1
..0..0..1..0. .0..0..0..1. .0..0..0..1. .0..1..1..0. .1..0..0..1
..0..0..0..1. .0..0..1..1. .0..0..1..0. .0..0..1..0. .0..1..1..0
		

Crossrefs

Cf. A293087.