def first(self): """ EXAMPLES:: sage: IntegerVectors(2,3,min_slope=0).first() [0, 1, 1] """ return integer_list.first(self.n, *self._parameters())