Named After: | Ernst Schröder |
Terms Number: | infinity |
First Terms: | 1, 2, 6, 22, 90, 394, 1806 |
Oeis: | A006318 |
Oeis Name: | Large Schröder |
In mathematics, the Schröder number
Sn,
(0,0)
n x n
(n,n),
(0,1);
(1,1);
(1,0),
The first few Schröder numbers are
1, 2, 6, 22, 90, 394, 1806, 8558, ... .
where
S0=1
S1=2.
The following figure shows the 6 such paths through a
2 x 2
A Schröder path of length
n
(0,0)
(2n,0)
(1,1);
(2,0);
(1,-1),
x
n
n
Similarly, the Schröder numbers count the number of ways to divide a rectangle into
n+1
n
n
Pictured below are the 22 dissections of a rectangle into 4 rectangles using three cuts:
The Schröder number
Sn
n-1.
Schröder numbers are sometimes called large or big Schröder numbers because there is another Schröder sequence: the little Schröder numbers, also known as the Schröder-Hipparchus numbers or the super-Catalan numbers. The connections between these paths can be seen in a few ways:
(0,0)
(n,n)
(1,1),
(2,0),
(1,-1)
x
Sn
n
sn
n
Sn=2sn
n>0
(S0=s0=1).
Schröder paths are similar to Dyck paths but allow the horizontal step instead of just diagonal steps. Another similar path is the type of path that the Motzkin numbers count; the Motzkin paths allow the same diagonal paths but allow only a single horizontal step, (1,0), and count such paths from
(0,0)
(n,0)
There is also a triangular array associated with the Schröder numbers that provides a recurrence relation (though not just with the Schröder numbers). The first few terms are
1, 1, 2, 1, 4, 6, 1, 6, 16, 22, .... .
It is easier to see the connection with the Schröder numbers when the sequence is in its triangular form:
0 | 1 | 2 | 3 | 4 | 5 | 6 | ||
---|---|---|---|---|---|---|---|---|
0 | 1 | |||||||
1 | 1 | 2 | ||||||
2 | 1 | 4 | 6 | |||||
3 | 1 | 6 | 16 | 22 | ||||
4 | 1 | 8 | 30 | 68 | 90 | |||
5 | 1 | 10 | 48 | 146 | 304 | 394 | ||
6 | 1 | 12 | 70 | 264 | 714 | 1412 | 1806 |
Then the Schröder numbers are the diagonal entries, i.e.
Sn=T(n,n)
T(n,k)
n
k
T(n,k)=T(n,k-1)+T(n-1,k-1)+T(n-1,k)
T(1,k)=1
T(n,k)=0
k>n
n
(n+1)
n | |
\sum | |
k=0 |
T(n,k)=sn+1
With
S0=1
S1=2
Sn=3Sn-1+
n-2 | |
\sum | |
k=1 |
SkSn-k-1
n\geq2
Sn=
6n-3 | |
n+1 |
Sn-1-
n-2 | |
n+1 |
Sn-2
n\geq2
G(x)
(Sn)n\geq0
G(x)=
1-x-\sqrt{1-6x+x2 | |
C(x)=
1-\sqrt{1-4x | |
G(x)=
1{1-x} | |||
|
).
One topic of combinatorics is tiling shapes, and one particular instance of this is domino tilings; the question in this instance is, "How many dominoes (that is,
1 x 2
2 x 1
It turns out that the determinant of the
(2n-1) x (2n-1)
(i,j)
Si+j-1,
n
2n(n+1)/2.
\begin{vmatrix} S1&S2& … &Sn\\ S2&S3& … &Sn+1\\ \vdots&\vdots&\ddots&\vdots\\ Sn&Sn+1& … &S2n-1\end{vmatrix} =2n(n+1)/2.
For example:
\begin{vmatrix} 2 \end{vmatrix} =2=21(2)/2
\begin{vmatrix} 2&6\\ 6&22 \end{vmatrix} =8=22(3)/2
\begin{vmatrix} 2&6&22\\ 6&22&90\\ 22&90&394 \end{vmatrix} =64=23(4)/2