A347363 Number of self-avoiding knight's paths from the lower left corner to the lower right corner of a 3 X n chessboard.
1, 0, 2, 8, 32, 156, 871, 5292, 28702, 154162, 845532, 4662014, 25579463, 140098348, 767973001, 4212065280, 23097682805, 126643657272, 694390484065, 3807499106946, 20877386149018, 114474503105178, 627683328355315, 3441701959286326, 18871492466212538
Offset: 1
Examples
For n = 4 we have exactly 8 self-avoiding paths starting at square 3 and ending at square 12: 3, 4, 9, 10, 5, 12; 3, 4, 9, 2, 7, 12; 3, 8, 1, 6, 7, 12; 3, 4, 11, 6, 7, 12; 3, 8, 1, 6, 11, 4, 9, 2, 7, 12; 3, 4, 11, 6, 7, 2, 9, 10, 5, 12; 3, 8, 1, 6, 7, 2, 9, 10, 5, 12; 3, 8, 1, 6, 11, 4, 9, 10, 5, 12;
Extensions
a(8)-a(15) from Pontus von Brömssen, Aug 30 2021
Terms a(16) and beyond from Andrew Howroyd, Nov 19 2021
Comments