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.

A322634 Sum of attendance numbers of all histories of length 5*n in the Bizley-Duchon's club model, divided by 5.

Original entry on oeis.org

5, 153, 4537, 133189, 3891675, 113415423, 3299905647
Offset: 1

Views

Author

Hugo Pfoertner, Dec 22 2018

Keywords

Comments

The Bizley-Duchon's club model is equivalent to the lattice paths from (0,0) to (3*n,2*n) described in A293946. The attendance history of the club consists of persons entering in pairs and leaving in groups of three. The club closes when no persons are remaining. a(k)/A293946(k) is proportional to the mean area under the "filling level curve" of the club.
Banderier et al. show that the mean area is asymptotic to K*n^(3/2), with K=(1/2)*(15*Pi)^(1/2).

Examples

			a(1) = (15 + 10)/5 = 5:
  Contributions of the A293946(1) = 2 attendance histories are
  0 (+2) 2 (+2) 4 (+2) 6 (-3) 3 (-3) 0 -> 2 + 4 + 6 + 3 = 15
  0 (+2) 2 (+2) 4 (-3) 1 (+2) 3 (-3) 0 -> 2 + 4 + 1 + 3 = 10.
		

Crossrefs