Content-Length: 200912 | pFad | https://dlmf.nist.gov/./././././././.././../././26.6.E9
6000
DLMF: §26.6 Other Lattice Path Numbers ‣ Properties ‣ Chapter 26 Combinatorial Analysis
§26.6 Other Lattice Path Numbers
Contents
§26.6(i) Definitions
§26.6(ii) Generating Functions
§26.6(iii) Recurrence Relations
§26.6(iv) Identities
§26.6(i) Definitions
Delannoy Number D ( m , n )
D ( m , n ) is the number of paths from ( 0 , 0 ) to ( m , n ) that are composed of
directed line segments of the form ( 1 , 0 ) , ( 0 , 1 ) , or ( 1 , 1 ) .
26.6.1
D ( m , n ) = ∑ k = 0 n ( n k ) ( m + n − k n ) = ∑ k = 0 n 2 k ( m k ) ( n k ) .
See Table 26.6.1 .
Table 26.6.1: Delannoy numbers D ( m , n ) .
Motzkin Number M ( n )
M ( n ) is the number of lattice paths from ( 0 , 0 ) to ( n , n ) that stay on or
above the line y = x and are composed of directed line segments of the form
( 2 , 0 ) , ( 0 , 2 ) , or ( 1 , 1 ) .
26.6.2
M ( n ) = ∑ k = 0 n ( − 1 ) k n + 2 − k ( n k ) ( 2 n + 2 − 2 k n + 1 − k ) .
See Table 26.6.2 .
Table 26.6.2: Motzkin numbers M ( n ) .
Narayana Number N ( n , k )
N ( n , k ) is the number of lattice paths from ( 0 , 0 ) to ( n , n ) that stay on or
above the line y = x , are composed of directed line segments of the form
( 1 , 0 ) or ( 0 , 1 ) , and for which there are exactly k occurrences at which a
segment of the form ( 0 , 1 ) is followed by a segment of the form ( 1 , 0 ) .
26.6.3
N ( n , k ) = 1 n ( n k ) ( n k − 1 ) .
See Table 26.6.3 .
Table 26.6.3: Narayana numbers N ( n , k ) .
Schröder Number r ( n )
r ( n ) is the number of paths from ( 0 , 0 ) to ( n , n ) that stay on or above the
diagonal y = x and are composed of directed line segments of the form ( 1 , 0 ) ,
( 0 , 1 ) , or ( 1 , 1 ) .
26.6.4
r ( n ) = D ( n , n ) − D ( n + 1 , n − 1 ) ,
n ≥ 1 .
See Table 26.6.4 .
Table 26.6.4: Schröder numbers r ( n ) .
§26.6(ii) Generating Functions
For sufficiently small | x | and | y | ,
26.6.5
∑ m , n = 0 ∞ D ( m , n ) x m y n = 1 1 − x − y − x y ,
26.6.6
∑ n = 0 ∞ D ( n , n ) x n = 1 1 − 6 x + x 2 ,
26.6.7
∑ n = 0 ∞ M ( n ) x n = 1 − x − 1 − 2 x − 3 x 2 2 x 2 ,
26.6.8
∑ n , k = 1 ∞ N ( n , k ) x n y k = 1 − x − x y − ( 1 − x − x y ) 2 − 4 x 2 y 2 x ,
26.6.9
∑ n = 0 ∞ r ( n ) x n = 1 − x − 1 − 6 x + x 2 2 x .
§26.6(iii) Recurrence Relations
26.6.10
D ( m , n )
= D ( m , n − 1 ) + D ( m − 1 , n ) + D ( m − 1 , n − 1 ) ,
m , n ≥ 1 ,
26.6.11
M ( n )
= M ( n − 1 ) + ∑ k = 2 n M ( k − 2 ) M ( n − k ) ,
n ≥ 2 .
§26.6(iv) Identities
26.6.12
C ( n ) = ∑ k = 1 n N ( n , k ) ,
26.6.13
M ( n ) = ∑ k = 0 n ( − 1 ) k ( n k ) C ( n + 1 − k ) ,
26.6.14
C ( n ) = ∑ k = 0 2 n ( − 1 ) k ( 2 n k ) M ( 2 n − k ) .