cp's OEIS Frontend

This is a front-end for the Online Encyclopedia of Integer Sequences, made by Christian Perfect. The idea is to provide OEIS entries in non-ancient HTML, and then to think about how they're presented visually. The source code is on GitHub.

A118067 Number of (directed) Hamiltonian paths in the 3 X n knight graph.

This page as a plain text file.
%I A118067 #42 Feb 16 2025 08:33:00
%S A118067 0,0,0,16,0,0,104,792,1120,6096,21344,114496,257728,1292544,3677568,
%T A118067 17273760,46801984,211731376,611507360,2645699504,7725948608,
%U A118067 32451640000,97488160384,397346625760,1214082434112,4835168968464,15039729265856,58641619298000
%N A118067 Number of (directed) Hamiltonian paths in the 3 X n knight graph.
%C A118067 1. Jelliss computes the number of tour diagrams (which is equal to half the number of tours). 2. Sequence A079137 computes the number of tour DIAGRAMS for a 4 X k board (again, equal to half the number of tours). 3. Kraitchik (1942) incorrectly reports 376 tour diagrams for the 3 X 8 case; the correct number is 396 (i.e., 792 tours) [cf. Rose, Jelliss].
%D A118067 Kraitchik, M., Mathematical Recreations. New York: W. W. Norton, pp. 264-5, 1942.
%H A118067 Seiichi Manyama, <a href="/A118067/b118067.txt">Table of n, a(n) for n = 1..1861</a>
%H A118067 G. Jelliss, <a href="http://www.mayhematics.com/t/oa.htm">Open Knight's Tours of Three-Rank Boards</a>
%H A118067 Seiichi Manyama calculated a(14)-a(21) by <a href="http://ja.stackoverflow.com/questions/16525/m%C3%97n-board">yoh2's code</a>
%H A118067 C. Rose, <a href="http://www.tri.org.au/knightframe.html">The Distribution of the Knight</a>.
%H A118067 Eric Weisstein's World of Mathematics, <a href="https://mathworld.wolfram.com/HamiltonianPath.html">Hamiltonian Path</a>
%H A118067 Eric Weisstein's World of Mathematics, <a href="https://mathworld.wolfram.com/KnightGraph.html">Knight Graph</a>
%F A118067 a(n) = 2 * A169696(n). - _Andrew Howroyd_, Jul 01 2017
%t A118067 Mathematica notebook available at: http://www.tri.org.au/knightframe.html
%Y A118067 Cf. A169696, A079137, A083386, A165134.
%Y A118067 Cf. A158074. - _Eric W. Weisstein_, Mar 13 2009
%K A118067 nonn
%O A118067 1,4
%A A118067 _Colin Rose_, May 11 2006
%E A118067 a(13) from _Eric W. Weisstein_, Mar 13 2009
%E A118067 a(14)-a(21) from _Seiichi Manyama_, Apr 25 2016
%E A118067 a(22)-a(28) from _Andrew Howroyd_, Jul 01 2017