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.

A379758 Number of sequences in which the games of a fully symmetric single-elimination tournament with 2^n teams can be played if arbitrarily many arenas are available.

Original entry on oeis.org

1, 3, 365, 1323338487, 1119556146543237253601352961, 3414445659328795239581367793706562556567987857578516541118092297328702035
Offset: 1

Views

Author

Noah A Rosenberg, Jan 01 2025

Keywords

Comments

a(n) is also the number of tie-permitting labeled histories for a fully symmetric labeled topology with 2^n leaves.

Examples

			For n=2 and a tournament with structure ((A,B),(C,D)), game (A,B) can be played before, after, or simultaneously with game (C,D), producing a(2)=3.
		

Crossrefs

Cf. A056972 (game sequences with only one arena).
Row sums of A380166.

Formula

a(n) = Sum_{k=n..2^n-1} A380166(n,k).