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.

A188839 Number of n X 5 binary arrays without the pattern 0 1 diagonally or vertically.

Original entry on oeis.org

32, 144, 364, 728, 1288, 2108, 3264, 4845, 6954, 9709, 13244, 17710, 23276, 30130, 38480, 48555, 60606, 74907, 91756, 111476, 134416, 160952, 191488, 226457, 266322, 311577, 362748, 420394, 485108, 557518, 638288, 728119, 827750, 937959, 1059564
Offset: 1

Views

Author

R. H. Hardin, Apr 12 2011

Keywords

Comments

Column 5 of A188843.

Examples

			Some solutions for 3 X 5:
..1..1..0..0..1....0..1..1..1..1....1..1..1..0..1....1..1..1..1..1
..1..1..0..0..0....0..0..0..0..0....1..1..1..0..0....0..1..0..1..0
..0..1..0..0..0....0..0..0..0..0....1..0..1..0..0....0..0..0..0..0
		

Crossrefs

Cf. A188843.

Formula

Empirical: a(n) = (1/120)*n^5 + (7/24)*n^4 + (89/24)*n^3 + (473/24)*n^2 + (1877/60)*n - 33 for n>2.
Empirical g.f.: x*(32 - 48*x - 20*x^2 + 64*x^3 - 20*x^4 - 12*x^5 + 4*x^6 + x^7) / (1 - x)^6. - Colin Barker, Apr 30 2018