dobrichev wrote:Row doesn't matter, each digit must occur exactly once at each column.
Nice observation.
It makes the conjectures easy to prove.
I can add one more "latin squares" case:
3) For NxN latin squares with even N and "digits" (1,...,N), the N*N-digit base N+2 number with digits taken from the grid,
is divisible by the N-digit base N+2 number where each digit is (N+1). Example: 8x8 grid, base 10 -> divisible by 99999999 (base 10).
If the digits are (0,1,...,N-1), and the "base", B, satisfies "N*(N-1)/2 is a multiple of (B-1)", then it's true.
-- odd N => B = N+1 works, even N => B = N works.
If the digits are (1,...,N), and the "base", B, satisfies "N*(N+1)/2 is a multiple of (B-1)", then it's true.
-- odd N => B = N+1 works, even N => B = N+2 works.
dobrichev wrote:The applicability to Latin Squares of any size makes it unlikely that the conjecture is new. However, I can't find anything similar on the web.
If it is indeed new, I think it deserves popularization.
Indeed.
@Serg - Sorry I stepped on your post. It came up while I was preparing this one. Looking forward to reviewing your proof ...