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.

A233153 Number of n X 6 0..2 arrays with no element x(i,j) adjacent to value 2-x(i,j) horizontally or antidiagonally.

Original entry on oeis.org

96, 1944, 40392, 842616, 17587584, 367125912, 7663517136, 159971190624, 3339300422232, 69705848287656, 1455066835631064, 30373627879088352, 634030855481713176, 13235005291610993904, 276272619155126818272
Offset: 1

Views

Author

R. H. Hardin, Dec 05 2013

Keywords

Examples

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

Crossrefs

Column 6 of A233155.

Formula

Empirical: a(n) = 25*a(n-1) - 90*a(n-2) + 81*a(n-3).
Empirical g.f.: 24*x*(4 - 19*x + 18*x^2) / (1 - 25*x + 90*x^2 - 81*x^3). - Colin Barker, Oct 08 2018