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.

A183366 Number of n X 4 binary arrays with no element equal to the sum modulo 3 of its horizontal and vertical neighbors.

Original entry on oeis.org

3, 12, 39, 138, 548, 2129, 8311, 32933, 130750, 519980, 2069494, 8238734, 32801506, 130618157, 520176813, 2071605150, 8250287558, 32857555574, 130858980239, 521161959522, 2075594388132, 8266327630092, 32921750282882, 131115278622574, 522184203094342, 2079668830404846
Offset: 1

Views

Author

R. H. Hardin, Jan 04 2011

Keywords

Examples

			Some solutions for 5 X 4:
  1 0 1 0    1 0 0 0    1 1 0 0    1 1 0 0    1 1 1 0
  0 0 0 1    0 0 1 1    1 1 0 1    1 1 0 1    1 0 1 0
  0 1 0 0    1 0 1 1    0 0 0 0    0 0 0 0    1 1 1 0
  1 0 0 1    0 0 1 1    1 1 1 0    0 1 1 1    0 0 0 0
  0 0 1 0    1 0 0 0    1 1 1 0    0 1 1 1    1 0 0 1
		

Crossrefs

Column 4 of A183368.