If I know that for all $z*z$ magic squares, I can have a magic square consisting of all the terms of the set (1,2,3,...$z^2$), then how do I prove that I can have a magic square consisting of an arithmetic sequence? For example, since 1,2,3,4,...$z^2$ is an arithmetic sequence of length $z^2$ and common difference of 1, can I have a magic square made of the terms in an arithmetic sequence of length $z^2$ and common difference of $d$. Also would this apply to all even and odd ordered magic squares?
For example, a common 3 by 3 magic square made by the De la Loubère method:
(8 1 6)
(3 5 7)
(4 9 2)
can be modified into:
(15 1 11)
(5 9 13)
(7 17 3)
and is still a magic square. How can I prove that this modification of making the common difference different between each of the terms in a magic square happens for ALL even and odd ordered magic squares?
The transformation can be done in 2 easy steps:
First, multiply all entries in the square by $d$. Ths will make the entries $d,2d,3d,...$. Also, note how the sum of each row, column, and diagonal gets multiplied by $d$ as well, so the square remains a magic square.
Subtract $d-1$ from each entry. So now the entries are $1, d + 1, 2d +1, ...$ as desired. Moreover, not how again the sum of each rom, column, and diagonal gets lowered by $z\cdot (d-1)$ from the previous square, so their sums yet again are all the same, so the resulting square is still a magic square.
To take your example:
(8 1 6)
(3 5 7)
(4 9 2)
Multiply by $d=2$:
(16 2 12)
(6 10 14)
(8 18 4)
subtract $d-1=1$:
(15 1 11)
(5 9 13)
(7 17 3)
Finally, notice that the method I described does not depend on $z$ being even or odd, so this always works.