Magic squares of order 4n+2
Produces a magic square of order 4n+2 using Conway's “LUX” method
magic.4np2(m)
m |
returns a magic square of order n=4m+2 for m>=1, using Conway's “LUX” construction |
I am not entirely happy with the method used: it's too complicated
Robin K. S. Hankin
magic.4np2(1) is.magic(magic.4np2(3))
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.