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.

A229642 Number of defective 3-colorings of a 6 X n 0..2 array connected horizontally, diagonally and antidiagonally with exactly two mistakes, and colors introduced in row-major 0..2 order.

Original entry on oeis.org

0, 3924, 50084, 747299, 11485716, 170405645, 2495874984, 35693194243, 503332240292, 6990933433009, 96001895136772, 1304362116389856, 17565879194817688, 234673938451844201, 3113368949256998744
Offset: 1

Views

Author

R. H. Hardin, Sep 27 2013

Keywords

Comments

Row 6 of A229637.

Examples

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

Formula

Empirical recurrence of order 69 (see link above).