The points are generated using an algorithm where the only input is the number of cells across the pattern. The resulting series for N=5 are shown below.
| Seed | Sequence | No. |
|---|---|---|
| (0,0) | [0], [0], [0], [0], ... | 1 |
| (1,1) | [1, 1, 2, 3, 0, 3, 3, 1, 4, 0, 4, 4, 3, 2, 0, 2, 2, 4, 1, 0], [1, 1, 2, 3, ... | 20 |
| (2,1) | [2, 1, 3, 4], [2, 1, 3, 4], ... | 4 |
| Total | 25 | |