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.

A140519 Number of (undirected) Hamiltonian cycles on the n X n king graph.

This page as a plain text file.
%I A140519 #34 Feb 16 2025 08:33:08
%S A140519 1,3,16,2830,2462064,22853860116,1622043117414624,
%T A140519 961742089476282321684,4601667243759511495116347104,
%U A140519 179517749570891592016479828267003018,56735527086758553613684823040730404215973136,145328824470156271670635015466987199469360063082789418
%N A140519 Number of (undirected) Hamiltonian cycles on the n X n king graph.
%C A140519 Or, number of Hamiltonian cycles in the graph P_n X P_n (strong product of two paths of length n-1).
%C A140519 If the direction of the tour is to be taken into account, the numbers for n > 1 must be multiplied by 2 (see A140521).
%C A140519 Computed using ZDDs (ZDD = "reduced, order, zero-suppressed binary decision diagram").
%D A140519 D. E. Knuth, The Art of Computer Programming, Section 7.1.4, in preparation.
%H A140519 N. J. A. Sloane, <a href="/A140519/b140519.txt">Table of n, a(n) for n = 1..16</a> [From Pettersson 2014]
%H A140519 Ville H. Pettersson, <a href="http://www.combinatorics.org/ojs/index.php/eljc/article/view/v21i4p7">Enumerating Hamiltonian Cycles</a>, The Electronic Journal of Combinatorics, Volume 21, Issue 4, 2014.
%H A140519 Ville Pettersson, <a href="https://aaltodoc.aalto.fi/bitstream/handle/123456789/17688/isbn9789526063652.pdf?sequence=1">Graph Algorithms for Constructing and Enumerating Cycles and Related Structures</a>, Dissertation, Aalto, Finland, 2015.
%H A140519 Eric Weisstein's World of Mathematics, <a href="https://mathworld.wolfram.com/HamiltonianCycle.html">Hamiltonian Cycle</a>
%H A140519 Eric Weisstein's World of Mathematics, <a href="https://mathworld.wolfram.com/KingGraph.html">King Graph</a>
%H A140519 <a href="/index/Gra#graphs">Index entries for sequences related to graphs, Hamiltonian</a>
%Y A140519 Cf. A001230, A140521.
%K A140519 nonn,walk
%O A140519 1,2
%A A140519 _Don Knuth_, Jul 26 2008
%E A140519 New name from _Eric W. Weisstein_, May 06 2019