Define a function "knightMoves(x,y)" that has an output of possible move locations in terms of an
array [[x1,y1],[x2,y2]...] then press graph to see the cordesponding path of the knight on the Ulam Sprial.
Use size=Value; and steps=Value; to specify the steps the knight takes and the size of the board.