OFFSET
1,1
COMMENTS
This sequence is suggested by taking m = n (the square table case) in the formula for the lower bound for the minimization problem discussed at the Alpern link.
Original formula was corrected because the minimization is done for both product of rows and product of columns, so their sum is always even.
LINKS
Dario Alpern, Table of numbers problem
PROG
(PARI) a(n) = 2*ceil(n*((n^2)!)^(1/n))
CROSSREFS
KEYWORD
nonn
AUTHOR
Rick L. Shepherd, Sep 21 2009
STATUS
approved