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.

A228500 Number of n X n binary arrays with top left value 1 and no two ones adjacent horizontally, vertically, diagonally or antidiagonally.

Original entry on oeis.org

1, 1, 12, 87, 2002, 59839, 3862849, 405580157, 81304395949, 28446567810005, 18268841726936268, 20937720031330292269, 43502129718103134992611, 162426195975365708781849519, 1095156092719874995442597502324
Offset: 1

Views

Author

R. H. Hardin Aug 23 2013

Keywords

Comments

Diagonal of A228506

Examples

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