OFFSET
1,1
COMMENTS
The graph consists of the vertices (x,y) bounded by 0<=x<=2n+1, 0<=y<=2n+1, n+1<=x+y<=3n+1 and |y-x|<=n+2. Vertices (x1,y1) and (x2,y2) are adjacent iff |x1-x2|=1 and y1=y2 or x1=x2 and |y1-y2|=1 or |x1-x2|=|y1-y2|=1 and x1+y1+n is odd. The graph is planar, has A090288(n) vertices and 6*n^2 + 12*n + 1 edges. Figure 12 in the J. Propp reference shows the graph for n=3. - Andrew Howroyd, Mar 06 2016
REFERENCES
J. Propp, Enumeration of matchings: problems and progress, pp. 255-291 in L. J. Billera et al., eds, New Perspectives in Algebraic Combinatorics, Cambridge, 1999 (see Problem 28).
LINKS
J. Propp, Updated article
J. Propp, Enumeration of matchings: problems and progress, in L. J. Billera et al. (eds.), New Perspectives in Algebraic Combinatorics
CROSSREFS
KEYWORD
nonn
AUTHOR
N. J. A. Sloane, May 28 2002
EXTENSIONS
a(4) inserted, a(6)-a(11) from Andrew Howroyd, Mar 06 2016
STATUS
approved