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.

A208404 Number of n X 4 0..3 arrays with new values 0..3 introduced in row major order and no element equal to more than two of its immediate leftward or upward or right-upward antidiagonal neighbors.

Original entry on oeis.org

15, 2698, 658450, 163422914, 40595679634, 10084768380770, 2505261257850802, 622357842865595522, 154606345205565641170, 38407360426219085921186, 9541169432411414821885426, 2370220528768971149166621890
Offset: 1

Views

Author

R. H. Hardin, Feb 26 2012

Keywords

Comments

Column 4 of A208408.

Examples

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

Crossrefs

Cf. A208408.

Formula

Empirical: a(n) = 262*a(n-1) - 3385*a(n-2) + 2868*a(n-3) - 576*a(n-4) for n>5.
Empirical g.f.: x*(15 - 1232*x + 2349*x^2 - 1276*x^3 + 192*x^4) / ((1 - 13*x + 4*x^2)*(1 - 249*x + 144*x^2)). - Colin Barker, Jul 02 2018