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.

A201127 Maximum water retention of a semi-magic square of order n.

Original entry on oeis.org

4, 22, 78, 199, 424, 814, 1410
Offset: 3

Views

Author

Hugo Pfoertner, Dec 03 2011

Keywords

Comments

The same rules as for A201126 apply, but with the magic conditions for both diagonals of the number square removed.
a(10) >= 2280. - Hugo Pfoertner, May 19 2012

Examples

			(7 6 2)
(5 1 9)
(3 8 4)
is a semi-magic square. The mid-side bricks with heights 6, 5, 9, 8 form a wall around the central hole with bottom height 1. Water poured upon the square will fill the central pond until overflowing via the left brick of height 5. Thus 4 units of water will be retained.
		

Crossrefs

Cf. A201126 (water retention of magic squares).