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.

A296506 Number of generalized knockout tournament seedings with 3 players in each match and n rounds.

Original entry on oeis.org

1, 280, 833712928048000000
Offset: 1

Views

Author

Alexander Karpov, Dec 13 2017

Keywords

Comments

Next term is too large to include.

Crossrefs

Cf. A067667 (number of knockout tournament seedings with two players in each match).

Programs

  • Mathematica
    f[n_] := (3^n)!/6^((3^n - 1)/2); Array[f, 3] (* Robert G. Wilson v, Dec 27 2017 *)

Formula

a(n) = (3^n)!/6^((3^n-1)/2).