The September, 1965 Scientific American introduced me to the superellipse, specifically the one designed by Pete Hein that was used as a roundabout in Stockholm. (https://www.piethein.com/page/superellipse-24/)
I discovered that placing integer points in a fixed pattern on a Cartesian plane generated a superellipse that exactly superimposed over the graphic in the original article.
The problem was that I did not (and still don’t) have the necessary mathematical acumen to find the equation that allows for the integer coordinates.
The method for plotting the points is as follows: Let N be the total number of moves between each point. In this example, N=4.
Starting at (0,0), count up 4 units to (0,3). Next count up 3 units and over 1 (3+1=N) to (1,5). Then up two and over two, then up one and over three, then over four, ending up at (6,6). Continue the process to complete the points on the superellipse. The arbitrary placement of this example places the center of the superellipse at (1.5,4.5). When N is odd, the center is also an integer Cartesian point.
Over the years I have casually presented this problem to several mathematicians, none of whom found a solution, although to be fair, I’m not sure just how much effort they might have put into solving it!


For your particular example, which seems to have $N=3$ rather than $N=4$, it seems the points satisfy (to rounding)
$$|x-4.5|^{2.51446672707687}+|y-1.5|^{2.51446672707687} = 46.6735667414061$$
where $k=2.51446672707687$ is the non-zero solution to $9^k+3^k=7^k+7^k$ and $46.6735667414061 = 4.5^k+1.5^k$
For $N=4$, I would have thought your points would start $(0,0)$, $(0,4)$, $(1,7)$, $(3,9)$, $(6,10)$, $(10,10)$, etc. and these would satisfy
$$|x-8|^{2.46836241138465}+|y-2|^{2.46836241138465} = 175.027781385891$$
where $k=2.46836241138465$ is the non-zero solution to $8^k+2^k=7^k+5^k$ and $175.027781385891 = 8^k+2^k$
For $N=1$ and $N=2$ there is not a unique solution. For $N = 5$ (or larger $N$) there is no exact solution since there is no non-zero solution for $25^k+5^k=23^k+13^k=19^k+19^k$ though something like $k=2.448$ is not too bad