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.

A208263 Number of n X n 0..1 arrays with new values 0..1 introduced in row major order and no element equal to more than two of its immediate leftward or upward or left-upward diagonal neighbors.

Original entry on oeis.org

1, 7, 161, 11929, 2867739, 2234126207, 5641457245533, 46171961042899417, 1224814800337927770335, 105309458529148583423889079, 29347371781481633173790977728301, 26507936613513086328494176843991041391
Offset: 1

Views

Author

R. H. Hardin Feb 24 2012

Keywords

Comments

Diagonal of A208269

Examples

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