How to find the coefficient of $x^1y^3$ from the series that is given by the $\frac{x y}{(y-1) (x+y-2)}$?
The coefficient is according to Wolfram Mathematica $\text{SeriesCoefficient}\left[\frac{x y}{(y-1) (x+y-2)},\{x,0,1\},\{y,0,3 \}\right]=\frac{7}{8}$.
The function is from the article dealing with the Problem of Points - page 61, left column in the middle.
I found a lot of articles about how to find out g.f. for a series. But nothing clear (to me) about how to find out the series from a g. f. of two variables. There seems to be a procedure for one variable that starts with dividing into partial fractions. I guess I understand that division, but probably not very well, because I can't use it with two variables.
I know how to enumerate/calculate result using the original method (which is listed first in the article (Method of Enumeration) and also many times on the Internet). But I am interested in the procedure to find out the coefficient from the g.f.