Does anyone have any idea how to solve this recurrence relation in the general case?
$$f_{x,y}=-f_{{x-1},{y-1}}f_{{x},{y-1}}f_{{x+1},{y-1}}-f_{{x},{y-1}}f_{{x+1},{y-1}}+f_{x,{y-1}}+f_{{x+1},{y-1}}$$
I can solve the relation corresponding to each summand ($f_{x,y}=-f_{{x-1},{y-1}}f_{{x},{y-1}}f_{{x+1},{y-1}}$), but I don't see that those solutions can be combined in any obvious way to create a solution for the whole relation.