A square chessboard is divided into equal n*n small squares, and there are k such small squares on the outer edge of the big chessboard, so find the possible value of k.
Simple calculation shows that k=4(n- 1)
Substitute all options into the above formula as k values, and the answer is that n is an integer.
The answer is e.