A286430 Least volume of water to surround the largest possible island in a number square.
0, 0, 0, 0, 36, 78, 136, 210, 300, 406, 528, 666, 820, 990, 1176, 1378, 1596, 1830, 2080, 2346, 2628, 2926, 3240, 3570, 3916, 4278, 4656, 5050, 5460, 5886, 6328, 6786, 7260
Offset: 0
Keywords
Examples
For this 5 X 5 square the numbers 1 to 25 are used without repeats. The values 1 through 8 form the moat. The spillway value is 9. The volume of water retained is 36 units. ( 24 23 22 21 20) ( 18 1 2 3 19) ( 17 8 25 4 9) ( 16 7 6 5 15) ( 14 13 12 11 10)
Links
- Craig Knecht, 3D graphic.
- Craig Knecht, Least volume of water to surround the largest island in a number square.
- Craig Knecht, Number range for each cell type.
- Wikipedia, Water retention on mathematical surfaces
Formula
Conjectures from Colin Barker, Jan 20 2018: (Start)
G.f.: 2*x^4*(18 - 15*x + 5*x^2) / (1 - x)^3.
a(n) = 28 - 30*n + 8*n^2 for n>3.
a(n) = 3*a(n-1) - 3*a(n-2) + a(n-3) for n>2.
(End)
Comments