login

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

A302241
Triangle T(n,k) read by rows giving the coefficients of the matching-generating polynomial of the n X n knight graph (0 <= k <= floor(n^2/2)).
1
1, 1, 1, 8, 20, 16, 2, 1, 24, 224, 1032, 2464, 2944, 1592, 320, 16, 1, 48, 964, 10592, 70024, 289344, 754244, 1226288, 1203410, 670000, 189544, 22112, 644, 1, 80, 2828, 58432, 786982, 7298848, 48033800, 227891056, 784428297, 1956801264, 3509779148, 4458911088, 3919123796, 2301829920, 858287984, 187915392, 21263600, 980608, 10304
OFFSET
1,4
LINKS
Eric Weisstein's World of Mathematics, Knight Graph
Eric Weisstein's World of Mathematics, Matching-Generating Polynomial
EXAMPLE
Rows as polynomials:
1,
1,
1 + 8*x + 20*x^2 + 16*x^3 + 2*x^4,
1 + 24*x + 224*x^2 + 1032*x^3 + 2464*x^4 + 2944*x^5 + 1592*x^6 + 320*x^7 + 16*x^8,
1 + 48*x + 964*x^2 + 10592*x^3 + 70024*x^4 + 289344*x^5 + 754244*x^6 + 1226288*x^7 + 1203410*x^8 + 670000*x^9 + 189544*x^10 + 22112*x^11 + 644*x^12,
...
CROSSREFS
Row sums are A287225.
Sequence in context: A334065 A128909 A115147 * A022700 A214457 A205226
KEYWORD
nonn,tabl
AUTHOR
Eric W. Weisstein, Apr 03 2018
STATUS
approved