login

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

A284673
Number of (undirected) Hamiltonian paths in the n-hypercube graph Q_n.
3
0, 1, 4, 72, 45696, 93749829120
OFFSET
0,3
LINKS
Eric Weisstein's World of Mathematics, Hamiltonian Path
Eric Weisstein's World of Mathematics, Hypercube Graph
FORMULA
a(n) = A091299(n) / 2 for n > 0. - Andrew Howroyd, May 09 2017
MATHEMATICA
Table[Total[Flatten[Table[Length[FindPath[HypercubeGraph[n], i, j, {2^n - 1}, All]], {j, 2^n}, {i, j - 1}]]], {n, 0, 4}] (* Eric W. Weisstein, Apr 01 2017 *)
CROSSREFS
Cf. A091299.
Sequence in context: A081460 A327040 A327112 * A055556 A168299 A089665
KEYWORD
nonn,hard,more
AUTHOR
Eric W. Weisstein, Apr 01 2017
STATUS
approved