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.

A228687 Number of 6Xn binary arrays with no two ones adjacent horizontally, diagonally or antidiagonally.

Original entry on oeis.org

64, 239, 5215, 32928, 475809, 3837761, 46125216, 419022831, 4618533791, 44467300608, 470238325217, 4657579001857, 48279924803328, 484835649414511, 4977465842992607, 50320320341072096, 514193976056767137
Offset: 1

Views

Author

R. H. Hardin Aug 30 2013

Keywords

Comments

Row 6 of A228683

Examples

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

Formula

Empirical: a(n) = 4*a(n-1) +88*a(n-2) -138*a(n-3) -1388*a(n-4) +1332*a(n-5) +5911*a(n-6) -2920*a(n-7) -8340*a(n-8) +816*a(n-9) +2232*a(n-10)