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.

A195274 Number of lower triangles of an n X n integer array with each element differing from all of its vertical and horizontal neighbors by 4 or less and triangles differing by a constant counted only once.

Original entry on oeis.org

1, 81, 39609, 119743353, 2266745635377, 270149651796118149, 203368493873412168605037, 969036564714736790447759054277
Offset: 1

Views

Author

R. H. Hardin Sep 14 2011

Keywords

Comments

Column 4 of A195278

Examples

			Some solutions for n=5
...0...............0...............0...............0...............0
...1..4............1..1............1..0............2..5...........-3.-1
..-1..3..2.........4..3..7.........3..0..4.........1..2..6........-6.-5.-9
..-4.-1..3..7......3..6.10..7......1..2..0.-3......0..0..2..4.....-6.-7.-8-10
...0.-3..0..4..2...4..4..8..9..6...0..3..2..1..4..-4.-4.-1..2..2.-10-10.-8-11-13