A006070 Number of Hamiltonian paths on n-cube which are strictly not cycles.
0, 0, 48, 48384, 129480729600
Offset: 1
Examples
There are no such paths for n=1 or n=2 (the square). For n = 3 every path has to end at the node of the cube that is diametrically opposite to the start. There are 16 choices for the start and for each start there are 3 Hamiltonian paths that end at the opposite node, so a(3) = 3*16 = 48.
References
- M. Gardner, Knotted Doughnuts and Other Mathematical Entertainments. Freeman, NY, 1986, p. 24.
- N. J. A. Sloane and Simon Plouffe, The Encyclopedia of Integer Sequences, Academic Press, 1995 (includes this sequence).
Links
- Eric Weisstein's World of Mathematics, Hypercube Graph
Formula
Extensions
a(5) from Greg Barton (greg_barton(AT)yahoo.com), May 24 2004
Comments