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.

A085408 Total number of cycles in the binary n-cube.

Original entry on oeis.org

0, 1, 28, 14704, 51109385408
Offset: 1

Views

Author

Yuval Dekel (dekelyuval(AT)hotmail.com), Aug 12 2003

Keywords

References

  • Computed by Daniele Degiorgi (danieled(AT)INF.ETHZ.CH).

Crossrefs

Cf. A066037, A001788. Row sums of A085452.

Programs

  • Mathematica
    Table[Total[Table[Length[FindCycle[HypercubeGraph[n], {k}, All]], {k, 4, 2^n, 2}]], {n, 4}] (* Eric W. Weisstein, Mar 24 2020 *)