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.

A234633 Numbers of directed Hamiltonian paths in the complete tripartite graph K_{n,n,n}.

Original entry on oeis.org

6, 240, 37584, 15095808, 12420864000, 18233911296000, 43492335022080000, 157551157218115584000, 823642573772373884928000, 5970637844437187690496000000, 58120324656942369834270720000000, 739968068159742816891489484800000000
Offset: 1

Views

Author

Eric W. Weisstein, Dec 28 2013

Keywords

Crossrefs

Programs

  • Mathematica
    Table[2 n!^3 (Binomial[2 n + 1, n + 1] HypergeometricPFQ[{1 - n, 1 - n, 1/2 - n/2, -(n/2)}, {1, -(1/2) - n, -n}, 1] + (n - 1) Binomial[2 n, n + 1] HypergeometricPFQ[{1 - n, 2 - n, 1/2 - n/2, 1 - n/2}, {2, 1/2 - n, -n}, 1]), {n, 10}] (* Eric W. Weisstein, May 26 2017 *)

Formula

a(n) = n!^3 * A110706(n). - Andrew Howroyd, May 24 2017

Extensions

a(7)-a(12) from Andrew Howroyd, May 24 2017