// Full list of genus representatives downloaded from the LMFDB on 17 May 2024. data := [\ Matrix([[4, 2, 1], [2, 6, 2], [1, 2, 18]]),\ Matrix([[2, 1, 0], [1, 14, 4], [0, 4, 14]]),\ Matrix([[6, -3, 1], [-3, 8, -3], [1, -3, 10]]),\ Matrix([[2, -1, -1], [-1, 2, 0], [-1, 0, 116]]),\ Matrix([[2, 1, 1], [1, 10, -3], [1, -3, 20]]),\ Matrix([[2, 0, -1], [0, 6, -2], [-1, -2, 30]]),\ Matrix([[6, -2, 1], [-2, 6, 2], [1, 2, 12]]),\ Matrix([[6, 0, -2], [0, 8, -1], [-2, -1, 8]]),\ Matrix([[2, 0, -1], [0, 4, 1], [-1, 1, 44]]),\ Matrix([[2, 1, -1], [1, 4, -1], [-1, -1, 50]]),\ Matrix([[2, 1, -1], [1, 6, 0], [-1, 0, 32]])];