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.

A230181 Number of nX5 0..2 arrays x(i,j) with each element horizontally or antidiagonally next to at least one element with value 2-x(i,j).

Original entry on oeis.org

15, 825, 44487, 2432241, 133265847, 7303192425, 400233701367, 21933865129257, 1202033948127351, 65874647188725513, 3610105315787830647, 197843342593747917321, 10842339706191376541559, 594188961646805379691401
Offset: 1

Views

Author

R. H. Hardin, Oct 11 2013

Keywords

Comments

Column 5 of A230184

Examples

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

Formula

Empirical: a(n) = 63*a(n-1) -464*a(n-2) +800*a(n-3) +500*a(n-4) -124*a(n-5) -64*a(n-6) for n>8