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.

A212040 Number of lower triangular n X n arrays colored with integers 0 upwards introduced in row major order, with no element equal to any element within a city block distance of two, and containing the value n(n+1)/2-3.

Original entry on oeis.org

0, 1, 5, 119, 1310, 7849, 32696, 107400, 298404, 731960, 1630174, 3361016, 6505445, 11945114, 20974435, 35441099, 57919461, 91921515, 142150499, 214802485, 317921624, 461815031
Offset: 1

Views

Author

R. H. Hardin Apr 28 2012

Keywords

Comments

Column 2 of A212044

Examples

			Some solutions for n=4
..0........0........0........0........0........0........0........0
..1.2......1.2......1.2......1.2......1.2......1.2......1.2......1.2
..3.4.5....3.0.4....3.4.5....3.4.5....3.4.5....3.4.1....3.4.1....3.4.5
..6.0.7.1..5.6.7.3..6.1.7.4..5.0.6.7..6.0.7.2..5.6.7.0..5.6.7.4..6.0.7.6
		

Formula

Empirical: a(n) = (1/128)*n^8 + (1/32)*n^7 - (77/192)*n^6 - (3/16)*n^5 + (977/128)*n^4 - (1885/96)*n^3 + (1129/96)*n^2 + (355/24)*n - 15 for n>1