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”).

A307025
Number of (undirected) paths in the m X n knight graph (triangle read by rows with m = 1..n and n = 1..).
0
0, 0, 0, 0, 2, 56, 0, 4, 374, 14980, 0, 8, 2664, 302844, 19005336, 0, 12, 17556, 6530656, 1248702804, 278982789260, 0, 18, 121838, 151793054
OFFSET
1,5
LINKS
Eric Weisstein's World of Mathematics, Graph Path
Eric Weisstein's World of Mathematics, Knight Graph
FORMULA
a(1, n) = 0.
a(2, n) = (1 - (-1)^n + 2*n*(n - 2))/4 for n > 1.
a(n, n) = A288033(n).
EXAMPLE
0;
0, 0;
0, 2, 56;
0, 4, 374, 14980;
0, 8, 2664, 302844, 19005336;
0, 12, 17556, 6530656, 1248702804, 278982789260;
0, 18, 121838, 151793054, ...;
CROSSREFS
Cf. A288033 (n X n knight graph).
Sequence in context: A210928 A210932 A278842 * A376667 A037176 A376851
KEYWORD
nonn,tabl,more
AUTHOR
Eric W. Weisstein, Mar 20 2019
STATUS
approved