Nimbers for the DNG() and GEN(
) games are available in the tab separated file: results.zip
The file has the following format:
number | size | name | abelian | IdGroup(G) | nim(DNG(![]() | nim(GEN(![]() |
1 | 2 | C2 | true | ![]() | 1 | 2 |
2 | 3 | C3 | true | ![]() | 1 | 2 |
3 | 4 | C4 | true | ![]() | 0 | 1 |
4 | 4 | C2xC2 | true | ![]() | 0 | 1 |
![]() | ||||||
100000 | 512 | (((C8xC2):C2):C8):C2 | false | ![]() | 0 | 0 |
A group with IdGroup can be created in GAP using the following command:
G:=SmallGroup(n,i); IdGroup(G); StructureDescription(G);