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.

A195234 Number of lower triangles of a 4 X 4 0..n array with each element differing from all of its diagonal, vertical, antidiagonal and horizontal neighbors by one or less.

Original entry on oeis.org

1024, 3151, 5428, 7705, 9982, 12259, 14536, 16813, 19090, 21367, 23644, 25921, 28198, 30475, 32752, 35029, 37306, 39583, 41860, 44137, 46414, 48691, 50968, 53245, 55522, 57799, 60076, 62353, 64630, 66907, 69184, 71461, 73738, 76015, 78292, 80569
Offset: 1

Views

Author

R. H. Hardin, Sep 13 2011

Keywords

Comments

Row 4 of A195232.

Examples

			Some solutions for n=4:
..4........3........2........0........2........4........3........0
..3.3......2.2......2.3......1.1......1.1......3.4......2.3......1.1
..4.3.3....2.3.2....2.2.3....2.1.1....0.1.0....3.3.4....3.3.2....2.1.0
..3.3.2.3..3.3.2.3..1.2.2.3..1.2.2.2..1.0.0.1..4.4.3.4..2.2.3.3..1.1.1.0
		

Crossrefs

Cf. A195232.

Formula

Empirical: a(n) = 2277*n - 1403 for n>1.
Conjectures from Colin Barker, May 06 2018: (Start)
G.f.: x*(1024 + 1103*x + 150*x^2) / (1 - x)^2.
a(n) = 2*a(n-1) - a(n-2) for n>3.
(End)