OFFSET
0,1
COMMENTS
The first three genus solutions are given in the Jay Kappraff book.
REFERENCES
Jay Kappraff,"Connections, the geometric bridge between art and science", World Scientific, 2001.
EXAMPLE
{vertex,genus}->{3, 0}, {4, 0}, {7, 1}, {12, 6}, {15, 11}, {16, 13}, {19, 20}, {24, 35}, {27, 46}, {28, 50}, {31, 63}, {36, 88},...
MATHEMATICA
Delete[Union[Flatten[Table[Union[Table[If[(v - 3)*(v - 4) - 12*g == 0, {v, g}, {}], {v, 3, 200}]], {g, 0, 100}], 1]], 1];
Flatten[%]
CROSSREFS
KEYWORD
nonn,uned
AUTHOR
Roger L. Bagula, Feb 18 2010
STATUS
approved