gap> R:=ResolutionGraphOfGroups(D,6);;
gap> List([0..5],n->Homology(TensorWithIntegers(R),n));
[ [ 0 ], [ 12 ], [  ], [ 12 ], [  ], [ 12 ] ]
