vars R -- provides a 1 by n matrix whose entries are the
variables of the polynomial ring R.
vars(i .. j) -- provides a sequence of symbols which can be used
as indeterminates in a polynomial ring, the i-th one through the j-th one.
There is no limit on the size of the integers i and j.