A261177 Maximum value of (1/2)*Sum_{i=1..n} Sum_{j=1..n} Sum_{k=1..n} Sum_{l=1..n} gcd(b(i,j),b(k,l)) * ((i-k)^2+(j-l)^2) for an n X n matrix b filled with the integers 1 to n^2.
0, 10, 180, 1392, 6149, 21350, 57192, 137617, 298864, 593378, 1101739, 1936342, 3216080
Offset: 1
Examples
a(3)=180, because no arrangement of the matrix elements exists that produces a larger Delacorte Number than e.g. ((2 3 4)(9 1 5)(8 7 6)).
Links
- Al Zimmermann's Programming Contests, Delacorte Numbers, Description, October 2014.
- Al Zimmermann's Programming Contests, Delacorte Numbers, Final Report, January 2015.
Extensions
Lower bounds for a(18) and a(20) improved by Hugo Pfoertner, Nov 22 2015
Comments