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.

A268880 Number of n X n binary arrays with some element plus some horizontally or antidiagonally adjacent neighbor totalling two exactly once.

Original entry on oeis.org

0, 5, 84, 4133, 317966, 55491832, 19876401224, 15564645769042, 26617222097087230, 99905925686618815012, 832547140418699137884096, 15355865014207234684746438192, 632296902429868672596327438625296
Offset: 1

Views

Author

R. H. Hardin, Feb 15 2016

Keywords

Comments

Diagonal of A268886.

Examples

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

Crossrefs

Cf. A268886.