Questions: Introduction to Generating Functions

5 questions to test your understanding

Score: 0 / 5
Question 1 Multiple Choice

The generating function A(x) encodes the sequence (1, 2, 3, 4, …) and B(x) encodes (1, 0, 1, 0, …). What does the coefficient of x³ in A(x)·B(x) represent?

AThe sum of the sequences at position 3: a₃ + b₃ = 4 + 0 = 4
BThe convolution: a₀·b₃ + a₁·b₂ + a₂·b₁ + a₃·b₀ = 1·0 + 2·1 + 3·0 + 4·1 = 6
CThe pointwise product of the sequences at position 3: a₃ · b₃ = 4 · 0 = 0
DThe maximum of the sequences at position 3: max(a₃, b₃) = 4
Question 2 Multiple Choice

What is the coefficient of x⁴ in the generating function 1/(1−x)²?

A4
B6
C5
D16
Question 3 True / False

In combinatorics, generating functions are treated as formal algebraic objects — the variable x is a placeholder and convergence of the power series is irrelevant.

TTrue
FFalse
Question 4 True / False

The coefficient of x³ in the generating function 1/(1−x)² is 3.

TTrue
FFalse
Question 5 Short Answer

Explain why generating functions treat power series as formal algebraic objects rather than functions of a real variable, and why this matters for combinatorial applications.

Think about your answer, then reveal below.