Telephone number (mathematics)

From HandWiki
Short description: Number of ways to pair up n objects
Ten drawings, each of the complete graph on four vertices. Besides the top one, each drawing has some number of connecting edges highlighted. Highlighted edges are chosen such that none share a vertex.
The complete graph K4 has ten matchings, corresponding to the value T(4) = 10 of the fourth telephone number.

In mathematics, the telephone numbers or the involution numbers form a sequence of integers that count the ways n people can be connected by person-to-person telephone calls. These numbers also describe the number of matchings (the Hosoya index) of a complete graph on n vertices, the number of permutations on n elements that are involutions, the sum of absolute values of coefficients of the Hermite polynomials, the number of standard Young tableaux with n cells, and the sum of the degrees of the irreducible representations of the symmetric group. Involution numbers were first studied in 1800 by Heinrich August Rothe, who gave a recurrence equation by which they may be calculated,[1] giving the values (starting from n = 0)

1, 1, 2, 4, 10, 26, 76, 232, 764, 2620, 9496, ... (sequence A000085 in the OEIS).

Applications

John Riordan provides the following explanation for these numbers: suppose that n people subscribe to a telephone service that can connect any two of them by a call, but cannot make a single call connecting more than two people. How many different patterns of connection are possible? For instance, with three subscribers, there are three ways of forming a single telephone call, and one additional pattern in which no calls are being made, for a total of four patterns.[2] For this reason, the numbers counting how many patterns are possible are sometimes called the telephone numbers.[3][4]

Every pattern of pairwise connections between n people defines an involution, a permutation of the people that is its own inverse. In this permutation, each two people who call each other are swapped, and the people not involved in calls remain fixed in place. Conversely, every possible involution has the form of a set of pairwise swaps of this type. Therefore, the telephone numbers also count involutions. The problem of counting involutions was the original combinatorial enumeration problem studied by Rothe in 1800[1] and these numbers have also been called involution numbers.[5][6]

In graph theory, a subset of the edges of a graph that touches each vertex at most once is called a matching. Counting the matchings of a given graph is important in chemical graph theory, where the graphs model molecules and the number of matchings is the Hosoya index. The largest possible Hosoya index of an n-vertex graph is given by the complete graphs, for which any pattern of pairwise connections is possible; thus, the Hosoya index of a complete graph on n vertices is the same as the nth telephone number.[7]

Five squares on top of four squares on top of one square, all justified left. They read, from left to right, bottom to top: 1,2,4,7,8,3,5,6,9,10
A standard Young tableau

A Ferrers diagram is a geometric shape formed by a collection of n squares in the plane, grouped into a polyomino with a horizontal top edge, a vertical left edge, and a single monotonic chain of edges from top right to bottom left. A standard Young tableau is formed by placing the numbers from 1 to n into these squares in such a way that the numbers increase from left to right and from top to bottom throughout the tableau. According to the Robinson–Schensted correspondence, permutations correspond one-for-one with ordered pairs of standard Young tableaux. Inverting a permutation corresponds to swapping the two tableaux, and so the self-inverse permutations correspond to single tableaux, paired with themselves.[8] Thus, the telephone numbers also count the number of Young tableaux with n squares.[1] In representation theory, the Ferrers diagrams correspond to the irreducible representations of the symmetric group of permutations, and the Young tableaux with a given shape form a basis of the irreducible representation with that shape. Therefore, the telephone numbers give the sum of the degrees of the irreducible representations.[9]

Script error: No such module "Chessboard". In the mathematics of chess, the telephone numbers count the number of ways to place n rooks on an n × n chessboard in such a way that no two rooks attack each other (the so-called eight rooks puzzle), and in such a way that the configuration of the rooks is symmetric under a diagonal reflection of the board. Via the Pólya enumeration theorem, these numbers form one of the key components of a formula for the overall number of "essentially different" configurations of n mutually non-attacking rooks, where two configurations are counted as essentially different if there is no symmetry of the board that takes one into the other.[10]

Mathematical properties

Recurrence

The telephone numbers satisfy the recurrence relation [math]\displaystyle{ T(n) = T(n-1) + (n-1)T(n-2), }[/math] first published in 1800 by Heinrich August Rothe, by which they may easily be calculated.[1] One way to explain this recurrence is to partition the T(n) connection patterns of the n subscribers to a telephone system into the patterns in which the first person is not calling anyone else, and the patterns in which the first person is making a call. There are T(n − 1) connection patterns in which the first person is disconnected, explaining the first term of the recurrence. If the first person is connected to someone, there are n − 1 choices for that person, and T(n − 2) patterns of connection for the remaining n − 2 people, explaining the second term of the recurrence.[11]

Summation formula and approximation

The telephone numbers may be expressed exactly as a summation [math]\displaystyle{ T(n) = \sum_{k=0}^{\lfloor n/2\rfloor}\binom{n}{2k}(2k-1)!! = \sum_{k=0}^{\lfloor n/2\rfloor}\frac{n!}{2^k (n-2k)! k!}. }[/math] In each term of the first sum, [math]\displaystyle{ k }[/math] gives the number of matched pairs, the binomial coefficient [math]\displaystyle{ \tbinom{n}{2k} }[/math] counts the number of ways of choosing the [math]\displaystyle{ 2k }[/math] elements to be matched, and the double factorial [math]\displaystyle{ (2k-1)!!=\frac{(2k)!}{2^k\,k!} }[/math] is the product of the odd integers up to its argument and counts the number of ways of completely matching the 2k selected elements.[1][11] It follows from the summation formula and Stirling's approximation that, asymptotically,[1][11][12] [math]\displaystyle{ T(n) \sim \left(\frac{n}{e}\right)^{n/2} \frac{e^{\sqrt{n}}}{(4e)^{1/4}}\,. }[/math]

Generating function

The exponential generating function of the telephone numbers is[11][13] [math]\displaystyle{ \sum_{n=0}^{\infty}\frac{T(n)x^n}{n!}=\exp\left(\frac{x^2}{2}+x\right). }[/math] In other words, the telephone numbers may be read off as the coefficients of the Taylor series of exp(x2/2 + x), and the nth telephone number is the value at zero of the nth derivative of this function. This function is closely related to the exponential generating function of the Hermite polynomials, which are the matching polynomials of the complete graphs.[13] The sum of absolute values of the coefficients of the nth (probabilist's) Hermite polynomial is the nth telephone number, and the telephone numbers can also be realized as certain special values of the Hermite polynomials:[5][13] [math]\displaystyle{ T(n)=\frac{\mathit{He}_n(i)}{i^n}. }[/math]

Prime factors

For large values of n, the nth telephone number is divisible by a large power of two, 2n/4 + O(1). More precisely, the 2-adic order (the number of factors of two in the prime factorization) of T(4k) and of T(4k + 1) is k; for T(4k + 2) it is k + 1, and for T(4k + 3) it is k + 2.[14]

For any prime number p, one can test whether there exists a telephone number divisible by p by computing the recurrence for the sequence of telephone numbers, modulo p, until either reaching zero or detecting a cycle. The primes that divide at least one telephone number are[15]

2, 5, 13, 19, 23, 29, 31, 43, 53, 59, ... (sequence A264737 in the OEIS)

The odd primes in this sequence have been called inefficient. Each of them divides infinitely many telephone numbers.[16]

References

  1. 1.0 1.1 1.2 1.3 1.4 1.5 The Art of Computer Programming, Volume 3: Sorting and Searching, Reading, Mass.: Addison-Wesley, 1973, pp. 65–67 
  2. Introduction to Combinatorial Analysis, Dover, 2002, pp. 85–86 
  3. Peart, Paul; Woan, Wen-Jin (2000), "Generating functions via Hankel and Stieltjes matrices", Journal of Integer Sequences 3 (2): Article 00.2.1, Bibcode2000JIntS...3...21P, http://www.emis.de/journals/JIS/VOL3/PEART/peart1.pdf 
  4. Getu, Seyoum (1991), "Evaluating determinants via generating functions", Mathematics Magazine 64 (1): 45–53, doi:10.2307/2690455 
  5. 5.0 5.1 Solomon, A. I.; Blasiak, P.; Duchamp, G.; Horzela, A.; Penson, K.A. (2005), "Combinatorial physics, normal order and model Feynman graphs", in Gruber, Bruno J.; Marmo, Giuseppe; Yoshinaga, Naotaka, Symmetries in Science XI, Kluwer Academic Publishers, pp. 527–536, doi:10.1007/1-4020-2634-X_25 
  6. Blasiak, P.; Dattoli, G.; Horzela, A.; Penson, K. A.; Zhukovsky, K. (2008), "Motzkin numbers, central trinomial coefficients and hybrid polynomials", Journal of Integer Sequences 11 (1): Article 08.1.1, Bibcode2008JIntS..11...11B, http://www.cs.uwaterloo.ca/journals/JIS/VOL11/Penson/penson131.html 
  7. Tichy, Robert F.; Wagner, Stephan (2005), "Extremal problems for topological indices in combinatorial chemistry", Journal of Computational Biology 12 (7): 1004–1013, doi:10.1089/cmb.2005.12.1004, PMID 16201918, http://www.math.tugraz.at/fosp/pdfs/tugraz_main_0052.pdf 
  8. A direct bijection between involutions and tableaux, inspired by the recurrence relation for the telephone numbers, is given by Beissinger, Janet Simpson (1987), "Similar constructions for Young tableaux and involutions, and their application to shiftable tableaux", Discrete Mathematics 67 (2): 149–163, doi:10.1016/0012-365X(87)90024-0 
  9. Halverson, Tom; Reeks, Mike (2015), "Gelfand models for diagram algebras", Journal of Algebraic Combinatorics 41 (2): 229–255, doi:10.1007/s10801-014-0534-5 
  10. Holt, D. F. (1974), "Rooks inviolate", The Mathematical Gazette 58 (404): 131–134, doi:10.2307/3617799 
  11. 11.0 11.1 11.2 11.3 "On recursions connected with symmetric groups. I", Canadian Journal of Mathematics 3: 328–334, 1951, doi:10.4153/CJM-1951-038-3 
  12. "On solutions of xd = 1 in symmetric groups", Canadian Journal of Mathematics 7: 159–168, 1955, doi:10.4153/CJM-1955-021-8 
  13. 13.0 13.1 13.2 Banderier, Cyril (2002), "Generating functions for generating trees", Discrete Mathematics 246 (1–3): 29–55, doi:10.1016/S0012-365X(01)00250-3 
  14. Kim, Dongsu; Kim, Jang Soo (2010), "A combinatorial approach to the power of 2 in the number of involutions", Journal of Combinatorial Theory, Series A 117 (8): 1082–1094, doi:10.1016/j.jcta.2009.08.002 
  15. Sloane, N. J. A., ed. "Sequence A264737". OEIS Foundation. https://oeis.org/A264737. 
  16. Amdeberhan, Tewodros; Moll, Victor (2015), "Involutions and their progenies", Journal of Combinatorics 6 (4): 483–508, doi:10.4310/JOC.2015.v6.n4.a5