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.

A282642 Number of n X 3 0..1 arrays with no 1 equal to more than one of its king-move neighbors.

Original entry on oeis.org

7, 27, 99, 413, 1601, 6349, 25153, 99287, 392907, 1553391, 6142251, 24289277, 96042921, 379779797, 1501741049, 5938235583, 23481235283, 92850420759, 367152906387, 1451810964181, 5740809545409, 22700542022605, 89763402870129
Offset: 1

Views

Author

R. H. Hardin, Feb 20 2017

Keywords

Examples

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

Crossrefs

Column 3 of A282647.

Formula

Empirical: a(n) = 2*a(n-1) + 6*a(n-2) + 8*a(n-3) - 5*a(n-4) + 2*a(n-5) - 2*a(n-6).
Empirical g.f.: x*(7 + 13*x + 3*x^2 - 3*x^3 - 2*x^5) / (1 - 2*x - 6*x^2 - 8*x^3 + 5*x^4 - 2*x^5 + 2*x^6). - Colin Barker, Feb 20 2019