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.

A195243 Number of lower triangles of an n X n 0..3 array with each element differing from all of its diagonal, vertical, antidiagonal and horizontal neighbors by two or less.

Original entry on oeis.org

4, 46, 1682, 190514, 67379894, 74236765958, 254948725307650, 2728873272983950594, 91038149737139587502854, 9466106148769015848820814134, 3067809430979519600024270636572850
Offset: 1

Views

Author

R. H. Hardin Sep 13 2011

Keywords

Comments

Column 3 of A195248

Examples

			Some solutions for n=5
..1..........2..........1..........3..........0..........1..........0
..0.2........2.1........0.2........1.1........2.1........1.3........2.1
..2.0.2......2.0.0......2.1.3......1.1.2......0.2.2......3.3.1......0.2.2
..0.0.1.3....2.1.1.2....0.2.1.3....3.2.1.1....2.1.1.0....3.1.1.3....2.1.1.0
..0.1.2.3.3..1.2.2.1.0..2.1.3.3.3..2.1.2.2.3..1.0.0.1.2..2.3.2.2.1..1.0.0.1.2