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, 2, 56, 0, 4, 374, 14980, 0, 8, 2664, 302844, 19005336, 0, 12, 17556, 6530656, 1248702804, 278982789260, 0, 18, 121838, 151793054
Offset: 1
Examples
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, ...;
Links
- Eric Weisstein's World of Mathematics, Graph Path
- Eric Weisstein's World of Mathematics, Knight Graph
Crossrefs
Cf. A288033 (n X n knight graph).