Magic Square
Algorithm
** "1" goes in the center of the first row.
** All other elements are placed in the "Magic Square" by going up one row and over one column.
** If an element falls out the top, it is placed in the last row of the same column.
** If an element falls out the right side, it is placed in the first column of the same row.
** If an element falls out the top right corner, it is placed in the second row of the last column.
** If a position is occupied, the element is placed below the previous element's position.