General Term of a Recurrent Series

Summary: Closed-form expression for the coefficient of in any recurrent series, obtained by decomposing the generating rational function into real partial fractions and summing the general term of each. Two engines: the linear-factor brick gives a polynomial-in- times , and the quadratic-factor brick gives a trigonometric form involving , . Chapter 17 inverts the perspective: when only the coefficients of an equation are known, the dominant term in the general term still controls the ratio , which converges to the largest root — see bernoullis-method-for-roots.

Sources: chapter13, chapter17

Last updated: 2026-05-11


The strategy (§211–§214)

Let

be a proper rational function expanded as a recurrent series. Decompose the left side by partial fractions (real, using Chapter 12 when the denominator has complex roots), so each piece is one of two types:

  • — from a real linear factor of the denominator,
  • — from a real quadratic (trinomial) factor.

Each piece expands into its own recurrent series, with a known general term. The general term of the original series is the sum of the general terms of the partial-fraction series (source: chapter13, §213).

Equality of two power series in is justified by setting (giving ), subtracting, dividing by , and repeating: the coefficient of every power matches (source: chapter13, §214).

Linear-factor brick (§215–§216)

The basic series is

Differentiating ( times) — or equivalently expanding by Newton’s binomial theorem with negative integer exponent — gives

with general term

Euler verifies the equivalence of the two factorial expressions and by cross-multiplication: both equal (source: chapter13, §215).

Examples I–V (§216, p. 183–186)

Example I — distinct real factors

General term: (positive sign for even ). The series begins .

Example II — distinct real factors

General term: .

Example III — Lucas numbers (Binet form)

has roots and partial fractions . General term:

This is the Binet-type formula for the Lucas-like sequence .

Example IV — symbolic two-term recurrence

For the general , partial fractions over the roots give general term

Euler comments: “from this result it becomes reasonably easy to express the general term of any recurrent series in which each term is determined by the two preceding terms” (source: chapter13, §216 Example IV). See closed-form-two-term-recurrence.

Example V — repeated linear factor

General term: (positive sign for even ).

Quadratic-factor brick (§217–§222)

For complex roots, Chapter 12 gives a real partial fraction with trinomial denominator. Euler now needs the general term of

Base case (§217–§218)

The series for is the cos progression:

whose coefficients satisfy (source: chapter13, §217). The general term of the series is

For the more general numerator , decompose

with and (source: chapter13, §218). The first piece has general term ; the second has . Sum and simplify:

Higher (§219–§222)

For , Euler decomposes into a complex pair

applies the §215 linear-factor brick to each piece (giving binomial coefficients), and converts back to real form via , . The result for (§220) is

For (§221) the formula expands with denominator and three sine multiples in the numerator, using the identity . For (§222), denominator and four sine multiples, via . The pattern continues with higher Chebyshev-like identities

(source: chapter13, §222). The same odd-power table is derived systematically — alongside the even-power companion — in Chapter 14 §262; see powers-of-sine-and-cosine.

Combining the bricks: §223 examples

Example I — mixed factors with mod-6 cases

decomposes as

Each piece has a general term; the last (with ) gives . Summing all five gives a single formula

which simplifies into six cases by residue — for example, gives , gives , and so on (source: chapter13, §223 Example I). At : , so the coefficient is , i.e. . (This series is the partition-counting generating function truncated at — the number of partitions of into parts .)

Example II — four cases mod 4

decomposes as

The last piece has , , giving general term . The full general term is , splitting into four mod-4 cases. At : , coefficient , i.e. .

Dominant term and Bernoulli’s method (Chapter 17)

Reading the linear-factor brick component by component, with , the largest-magnitude term swamps the rest as . Hence the ratio of consecutive terms converges:

This is the algebraic content of Daniel Bernoulli’s method for finding the largest root of an algebraic equation: from the equation’s coefficients, read the scale, run the recurrent series, and the quotient approximates the largest root in absolute value. The quadratic-factor brick complicates this: if a trinomial factor dominates, is sinusoidal in and oscillates — §348–§352 then extracts both modulus and argument of the dominant complex conjugate pair from four consecutive coefficients in closed form.

Why this matters

The general-term machinery makes the recurrent series a genuine closed-form object: the -th coefficient is computable directly from , without iterating the recurrence. The trigonometric form for quadratic factors anticipates the modern theory of constant-coefficient linear recurrences with complex roots (oscillatory solutions , ), and the casework on residues mod the period is the discrete analogue of the splitting of solutions by characteristic root.

For combinatorial generating functions this technique gives explicit asymptotic and even exact formulas — Euler’s §223 Example I is essentially the formula for the number of partitions of into parts of size , with the answer split by residue class.