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.

A278202 Number of n X n 0..1 arrays with every element both equal and not equal to some elements at offset (-1,-1), (-1,0), (-1,1), (0,-1), (0,1), (1,-1), (1,0) or (1,1), with upper left element zero.

Original entry on oeis.org

0, 3, 97, 8242, 3295771, 5306819216, 33056811286568, 812312404546266967, 78877646007318566942149, 30229204386668969418436705255, 45720403850059908972915757270717926
Offset: 1

Views

Author

R. H. Hardin, Nov 15 2016

Keywords

Comments

Diagonal of A278208.

Examples

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

Crossrefs

Cf. A278208.