Telephone Numbers and Generating Functions — A Mathematical Exploration

Added:

Defining Numbers
Recursion Formula
Building Generating
Re-indexing Terms
Integral Equation
Deriving ODE
Solving Closed Form
Even Power Formula
Extracting Coefficients

Defining Numbers

0:02
Playing Section
  • 1

    Defines telephone numbers as pairwise connections between people.

  • 2

    Each person can connect to zero or one other person.

  • 3

    Calculates first few values: 1, 1, 2, 4, 10.

Fundamental concepts of combinatorics, including permutations, symmetric groups, and basic counting principles.
The definition of formal power series and the distinction between Ordinary Generating Functions (OGFs) and Exponential Generating Functions (EGFs).
How to formulate, manipulate, and solve basic recurrence relations for integer sequences.
Basic calculus techniques, specifically term-by-term differentiation of power series and solving first-order ordinary differential equations.
The Robinson-Schensted correspondence and its connection between involutions (telephone numbers) and Standard Young Tableaux.
Asymptotic analysis of generating functions to determine the growth rate of telephone numbers using analytic combinatorics.
The Exponential Formula, which generalizes the use of EGFs to construct and count complex labeled structures like graphs and set partitions.
Representations of the symmetric group and the algebraic properties of conjugacy classes of involutions.
52.9K views2Klikes20:33@MichaelPennMathOriginal Release: 2023-05-24

Telephone numbers represent the number of ways to form pairwise connections between n people, where each person can be connected to at most one other person. The nth telephone number satisfies the recurrence relation T(n) = T(n-1) + (n-1)T(n-2) with base cases T(0) = T(1) = 1. Using exponential generating functions, we derive that the exponential generating function for telephone numbers is T(x) = e^(x²/2 + x), which leads to the closed-form expression T(2n) = Σₖ₌₀ⁿ [ (2n)! / (2ᵏ × k! × (2n - 2k)!) ] for even-indexed telephone numbers.