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.

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

Original entry on oeis.org

0, 3, 626, 80757, 17724789, 7551515197, 6749642728251, 13137498602431137, 56959853494513069323, 558086310754870843057446, 12478933741531750768879884477, 641265228914623466199892311965220
Offset: 1

Views

Author

R. H. Hardin, Sep 27 2013

Keywords

Comments

Diagonal of A229694.

Examples

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