1R = QQ[a, b, c, d];
2I = monomialIdeal(
3 a*c,
4 b*c,
5 b*d
6);
72
8