Returns the first month of the group.
int firstMonthOfGroup(int group) => ((month - 1) ~/ group) * group + 1;