Basic Properties
For a given value of n > 0, the index m in A(n, m) can take values from 0 to n − 1. For fixed n there is a single permutation which has 0 ascents; this is the falling permutation (n, n − 1, n − 2, ..., 1). There is also a single permutation which has n − 1 ascents; this is the rising permutation (1, 2, 3, ..., n). Therefore A(n, 0) and A(n, n − 1) are 1 for all values of n.
Reversing a permutation with m ascents creates another permutation in which there are n − m − 1 ascents. Therefore A(n, m) = A(n, n − m − 1).
Values of A(n, m) can be calculated "by hand" for small values of n and m. For example
-
n m Permutations A(n, m) 1 0 (1) A(1,0) = 1 2 0 (2, 1) A(2,0) = 1 1 (1, 2) A(2,1) = 1 3 0 (3, 2, 1) A(3,0) = 1 1 (1, 3, 2) (2, 1, 3) (2, 3, 1) (3, 1, 2) A(3,1) = 4 2 (1, 2, 3) A(3,2) = 1
For larger values of n, A(n, m) can be calculated using the recursion formula
For example
Values of A(n, m) (sequence A008292 in OEIS) for 0 ≤ n ≤ 9 are:
-
n \ m 0 1 2 3 4 5 6 7 8 1 1 2 1 1 3 1 4 1 4 1 11 11 1 5 1 26 66 26 1 6 1 57 302 302 57 1 7 1 120 1191 2416 1191 120 1 8 1 247 4293 15619 15619 4293 247 1 9 1 502 14608 88234 156190 88234 14608 502 1
The above triangular array is called the Euler triangle or Euler's triangle, and it shares some common characteristics with Pascal's triangle. The sum of row n is the factorial n!.
Read more about this topic: Eulerian Number
Famous quotes containing the words basic and/or properties:
“Unlike femininity, relaxed masculinity is at bottom empty, a limp nullity. While the female body is full of internal potentiality, the male is internally barren.... Manhood at the most basic level can be validated and expressed only in action.”
—George Gilder (b. 1939)
“A drop of water has the properties of the sea, but cannot exhibit a storm. There is beauty of a concert, as well as of a flute; strength of a host, as well as of a hero.”
—Ralph Waldo Emerson (18031882)