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.

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

Original entry on oeis.org

1, 2, 21, 382, 17578, 1755243, 402968942, 207573951234, 242284444195349, 638096588519781536, 3798652903378388363280, 51076133156779686951912785, 1551660182965034835583479000348, 106488245934766828340647881986248382
Offset: 1

Views

Author

R. H. Hardin Aug 21 2013

Keywords

Comments

Diagonal of A228390

Examples

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