OFFSET
1,2
COMMENTS
Also, the number of ways to lay unit-length matchsticks on a 4 X n grid of points in such a way that no end is "orphaned".
LINKS
Peter Kagey, Table of n, a(n) for n = 1..500
FORMULA
Conjecture: a(n) = 36*a(n-1) - 7*a(n-2) - 201*a(n-3) + 49*a(n-4) + 20*a(n-5) - 5*a(n-6) for all n > 6.
Empirical g.f.: x*(1 - 21*x - 70*x^2 + 10*x^3 + 14*x^4 - 3*x^5) / (1 - 36*x + 7*x^2 + 201*x^3 - 49*x^4 - 20*x^5 + 5*x^6). - Colin Barker, Oct 20 2018
EXAMPLE
Three of the a(3) = 463 subgraphs of the 4 X 3 grid with no leaf vertices are
+ +---+ + + + + +---+
| | | |
+---+---+ +---+---+ + +---+
| | , | | |, and .
+---+ + + +---+ +---+ +
| | | | | |
+---+ + +---+ + +---+ +
CROSSREFS
KEYWORD
nonn
AUTHOR
Peter Kagey, Oct 05 2018
STATUS
approved