Schröder number

From testwiki
Revision as of 08:39, 28 August 2024 by imported>Khmathuz (Recurrence relations: Giving a citation for the second recurrence formula)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Template:Short description Template:More footnotes Template:Infobox integer sequence In mathematics, the Schröder number Sn, also called a large Schröder number or big Schröder number, describes the number of lattice paths from the southwest corner (0,0) of an n×n grid to the northeast corner (n,n), using only single steps north, (0,1); northeast, (1,1); or east, (1,0), that do not rise above the SW–NE diagonal.[1]

The first few Schröder numbers are

1, 2, 6, 22, 90, 394, 1806, 8558, ... Template:OEIS.

where S0=1 and S1=2. They were named after the German mathematician Ernst Schröder.

Examples

The following figure shows the 6 such paths through a 2×2 grid:

A Schröder path of length n is a lattice path from (0,0) to (2n,0) with steps northeast, (1,1); east, (2,0); and southeast, (1,1), that do not go below the x-axis. The nth Schröder number is the number of Schröder paths of length n.[2] The following figure shows the 6 Schröder paths of length 2.

Similarly, the Schröder numbers count the number of ways to divide a rectangle into n+1 smaller rectangles using n cuts through n points given inside the rectangle in general position, each cut intersecting one of the points and dividing only a single rectangle in two (i.e., the number of structurally-different guillotine partitions). This is similar to the process of triangulation, in which a shape is divided into nonoverlapping triangles instead of rectangles. The following figure shows the 6 such dissections of a rectangle into 3 rectangles using two cuts:

Pictured below are the 22 dissections of a rectangle into 4 rectangles using three cuts:

The Schröder number Sn also counts the separable permutations of length n1.

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:

  • Consider the paths from (0,0) to (n,n) with steps (1,1), (2,0), and (1,1) that do not rise above the main diagonal. There are two types of paths: those that have movements along the main diagonal and those that do not. The (large) Schröder numbers count both types of paths, and the little Schröder numbers count only the paths that only touch the diagonal but have no movements along it.[3]
  • Just as there are (large) Schröder paths, a little Schröder path is a Schröder path that has no horizontal steps on the x-axis.[4]
  • If Sn is the nth Schröder number and sn is the nth little Schröder number, then Sn=2sn for n>0 (S0=s0=1).[4]

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) to (n,0).[5]

There is also a triangular array associated with the Schröder numbers that provides a recurrence relation[6] (though not just with the Schröder numbers). The first few terms are

1, 1, 2, 1, 4, 6, 1, 6, 16, 22, .... Template:OEIS.

It is easier to see the connection with the Schröder numbers when the sequence is in its triangular form:

Template:Diagonal split header 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) where T(n,k) is the entry in row n and column k. The recurrence relation given by this arrangement is

T(n,k)=T(n,k1)+T(n1,k1)+T(n1,k)

with T(1,k)=1 and T(n,k)=0 for k>n.[6] Another interesting observation to make is that the sum of the nth row is the (n+1)st little Schröder number; that is,

k=0nT(n,k)=sn+1.

Recurrence relations

With S0=1, S1=2, [7]

Sn=3Sn1+k=1n2SkSnk1 for n2

and also [8]

Sn=6n3n+1Sn1n2n+1Sn2 for n2

Generating function

The generating function G(x) of the sequence (Sn)n0 is

G(x)=1x16x+x22x=n=0Snxn.[7]

It can be expressed in terms of the generating function for Catalan numbers C(x)=114x2x as

G(x)=11xC(x(1x)2).

Uses

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×2 or 2×1 rectangles) can we arrange on some shape such that none of the dominoes overlap, the entire shape is covered, and none of the dominoes stick out of the shape?" The shape that the Schröder numbers have a connection with is the Aztec diamond. Shown below for reference is an Aztec diamond of order 4 with a possible domino tiling.

It turns out that the determinant of the (2n1)×(2n1) Hankel matrix of the Schröder numbers, that is, the square matrix whose (i,j)th entry is Si+j1, is the number of domino tilings of the order n Aztec diamond, which is 2n(n+1)/2.[9] That is,

|S1S2SnS2S3Sn+1SnSn+1S2n1|=2n(n+1)/2.

For example:

  • |2|=2=21(2)/2
  • |26622|=8=22(3)/2
  • |2622622902290394|=64=23(4)/2

See also

References

Template:Reflist

Further reading

Template:Classes of natural numbers

  1. Cite error: Invalid <ref> tag; no text was provided for refs named A006318
  2. Cite error: Invalid <ref> tag; no text was provided for refs named Ardila methods
  3. Cite error: Invalid <ref> tag; no text was provided for refs named A001003
  4. 4.0 4.1 Cite error: Invalid <ref> tag; no text was provided for refs named Bijections with Dyck paths
  5. Cite error: Invalid <ref> tag; no text was provided for refs named Catalan, Motzkin, and Schröder numbers
  6. 6.0 6.1 Cite error: Invalid <ref> tag; no text was provided for refs named A033877
  7. 7.0 7.1 Cite error: Invalid <ref> tag; no text was provided for refs named Schröder number formulas
  8. Cite error: Invalid <ref> tag; no text was provided for refs named IMC2019Prob4
  9. Cite error: Invalid <ref> tag; no text was provided for refs named Eu Fu