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.

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

Original entry on oeis.org

0, 6, 56, 1148, 32056, 1552272, 127676872, 18045771274, 4495138018796, 1955829240647962, 1511334747222697904, 2064152526111916503300, 5022957354228609008158500, 21748481726801956896608976098
Offset: 1

Views

Author

R. H. Hardin, Feb 13 2016

Keywords

Comments

Diagonal of A268766.

Examples

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

Crossrefs

Cf. A268766.