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.

A135388 Number of (directed) Eulerian circuits on the complete graph K_{2n+1}.

Original entry on oeis.org

2, 264, 129976320, 911520057021235200, 257326999238092967427785160130560, 6705710151431658873046319662156165939200000000000000, 32132958735643556926111996291480203406145819659840760945049600000000000000000
Offset: 1

Views

Author

Max Alekseyev, Dec 10 2007

Keywords

References

  • B. D. McKay, Applications of a technique for labeled enumeration, Congress. Numerantium, 40 (1983), 207-221.

Crossrefs

Bisection of A350028.
Cf. A369820 (undirected Eulerian circuits).

Programs

  • Mathematica
    Table[2 Length[FindEulerianCycle[CompleteGraph[2 n + 1], All]], {n, 3}] (* Eric W. Weisstein, Jan 09 2018 *)
      (* a(3) requires a very large amount of memory *)

Formula

a(n) = A007082(n) * (n-1)!^(2*n+1).
a(n) = A350028(2n+1) = A357887(2n+1,n(2n+1)). - Max Alekseyev, Oct 19 2022