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.

A284673 Number of (undirected) Hamiltonian paths in the n-hypercube graph Q_n.

Original entry on oeis.org

0, 1, 4, 72, 45696, 93749829120
Offset: 0

Views

Author

Eric W. Weisstein, Apr 01 2017

Keywords

Crossrefs

Cf. A091299.

Programs

  • 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 *)

Formula

a(n) = A091299(n) / 2 for n > 0. - Andrew Howroyd, May 09 2017