A115126 First (k=1) triangle of numbers related to totally asymmetric exclusion process (case alpha=1, beta=1).
1, 2, 2, 3, 5, 5, 4, 9, 14, 14, 5, 14, 28, 42, 42, 6, 20, 48, 90, 132, 132, 7, 27, 75, 165, 297, 429, 429, 8, 35, 110, 275, 572, 1001, 1430, 1430, 9, 44, 154, 429, 1001, 2002, 3432, 4862, 4862, 10, 54, 208, 637, 1638, 3640, 7072, 11934, 16796, 16796, 11, 65, 273, 910
Offset: 1
Examples
[1];[2,2];[3,5,5];[4,9,14,14];... a(4,2) = 9 = binomial(6,2)*3/5.
References
- B. Derrida, E. Domany and D. Mukamel, An exact solution of a one-dimensional asymmetric exclusion model with open boundaries, J. Stat. Phys. 69, 1992, 667-687; eqs. (20), (21), p. 672.
- B. Derrida, M. R. Evans, V. Hakim and V. Pasquier, Exact solution of a 1D asymmetric exclusion model using a matrix formulation, J. Phys. A 26, 1993, 1493-1517; eq. (39), p. 1501, also appendix A1, (A12) p. 1513.
Links
- W. Lang: First 10 rows.
Formula
a(n, m)= binomial(n+m, n)*(n-m+1)/(n+1), n>=m>=1; a(n, m)=0 if n
Comments