login
A173425
Ordered pair {vertex,genus} to the Csaszar equation: h=(V-3)*(V-4)/12.
0
3, 0, 4, 0, 7, 1, 12, 6, 15, 11, 16, 13, 19, 20, 24, 35, 27, 46, 28, 50, 31, 63, 36, 88
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
Sequence in context: A277894 A027636 A371737 * A289445 A237558 A060034
KEYWORD
nonn,uned
AUTHOR
Roger L. Bagula, Feb 18 2010
STATUS
approved