OFFSET
0,2
COMMENTS
E(L_7,L_{2n-1}) is the graph with vertices {(a,b) : 1<=a<=7, 1<=b<=2n-1, a+b even} and edges between (a,b) and (c,d) if and only if |a-b|=|c-d|=1.
LINKS
Andrew Howroyd, Table of n, a(n) for n = 0..200
Eric Weisstein's World of Mathematics, Independent Vertex Set
Z. Zhang, Merrifield-Simmons index of generalized Aztec diamond and related graphs, MATCH Commun. Math. Comput. Chem. 56 (2006) 625-636.
Index entries for linear recurrences with constant coefficients, signature (30,-202,396,-248,32).
FORMULA
Empirical g.f.: -(4*x^4-28*x^3+36*x^2-14*x+1) / (32*x^5-248*x^4+396*x^3-202*x^2+30*x-1). - Colin Barker, Jan 26 2015
The above g.f. is correct. See A331406 for bounds on the order of the recurrence. - Andrew Howroyd, Jan 16 2020
MATHEMATICA
LinearRecurrence[{30, -202, 396, -248, 32}, {1, 16, 314, 6556, 139344}, 20] (* Harvey P. Dale, May 31 2024 *)
PROG
(PARI) Vec((1 - 14*x + 36*x^2 - 28*x^3 + 4*x^4)/(1 - 30*x + 202*x^2 - 396*x^3 + 248*x^4 - 32*x^5) + O(x^20)) \\ Andrew Howroyd, Jan 16 2020
CROSSREFS
KEYWORD
nonn
AUTHOR
Steve Butler, Jan 26 2015
EXTENSIONS
Terms a(12) and beyond from Andrew Howroyd, Jan 15 2020
STATUS
approved
