OEIS A392208: Parity Has Period Three
Abstract
The implicit exponential generating function of OEIS A392208 has coefficient parity of period three.
OEIS A392208 (entry dated 2026-01-24) supplies the defining equation A’(x) = exp(A(x) A’(x)^3) and the conjecture that a(n) is even if and only if 3 divides n for n >= 1. The entry supplies context rather than the repository’s strengthened integer recurrence, ODE uniqueness theorem, period-three proof, or theorem quantified over every integer sequence satisfying the equation.
Definition 1.1 (Binomial convolution).
Formalization. D5/S1/Recurrence/Parity/ExponentialImplicitParityPeriodThree.egfMul (✓ std3).
Source. Repository-derived.
Commentary.
OEIS A392208 (2026-01-24) uses exponential generating functions. This definition is the binomial convolution whose nth value is the displayed finite sum; range(n+1) contains exactly 0 through n, and natural subtraction in n-k is truncated at zero.
Definition 1.2 (Iterated binomial convolution).
Formalization. D5/S1/Recurrence/Parity/ExponentialImplicitParityPeriodThree.egfPow (✓ std3).
Source. Repository-derived.
Commentary.
OEIS A392208 (2026-01-24) contains the third and fifth powers of the derivative. The zero convolution power is the sequence that is one at zero and zero elsewhere; the successor clause is left binomial convolution by f.
Definition 1.3 (Recursive next-coefficient expression).
Formalization. D5/S1/Recurrence/Parity/ExponentialImplicitParityPeriodThree.recurrenceRhs (✓ std3).
Source. Repository-derived.
Commentary.
The repository defines this integer expression to append the next triangular recurrence coefficient. OEIS A392208 (2026-01-24) supplies context through its defining equation; this explicit integer recurrence expression is a repository strengthening beyond the OEIS wording.
Definition 1.4 (Finite recursive coefficient table).
Formalization. D5/S1/Recurrence/Parity/ExponentialImplicitParityPeriodThree.table (✓ std3).
Source. Repository-derived.
Commentary.
The public table starts with the exact list [0,1]. At the successor step it appends exactly one value of recurrenceRhs, evaluated on getD of the preceding table with default zero. This repository object makes the definition of a self-contained.
Definition 1.5 (The recurrence-defined integer sequence).
Formalization. D5/S1/Recurrence/Parity/ExponentialImplicitParityPeriodThree.a (✓ std3).
Source. Repository-derived.
Commentary.
OEIS A392208 (2026-01-24) supplies the initial coefficients 0,1 for A itself. The public finite table starts at [0,1], appends the triangular recurrence value at every step, and getD returns zero only outside that table; the displayed clauses are the literal definition of a. The next theorem exports its recurrence without the auxiliary table.
Theorem 1.6 (Initial residues modulo two).
Proof. Machine-checked in Lean as D5/S1/Recurrence/Parity/ExponentialImplicitParityPeriodThree.initial_residues_mod_two (✓ std3). ∎
Source. Repository-derived.
Commentary.
The recurrence-defined sequence has the right-associated initial residue triple (0,1,1) in ZMod(2), exactly as named in the candidate theorem atom.
Theorem 1.7 (Triangular integer recurrence).
Proof. Machine-checked in Lean as D5/S1/Recurrence/Parity/ExponentialImplicitParityPeriodThree.a_recurrence (✓ std3). ∎
Source. Repository-derived.
Commentary.
The ODE obtained from OEIS A392208 (2026-01-24) gives this integer recurrence. The apparent top second-derivative coefficient in the second summand vanishes because a(0)=0, so the recurrence is triangular with leading coefficient one.
Theorem 1.8 (Period three modulo two).
Proof. Machine-checked in Lean as D5/S1/Recurrence/Parity/ExponentialImplicitParityPeriodThree.recurrence_coefficient_period_three (✓ std3). ∎
Source. Repository-derived.
Commentary.
For the recurrence-defined sequence attached to OEIS A392208 (2026-01-24), every coefficient three places later is congruent modulo two. ModEqZ denotes integer congruence, not a cast or rational equality.
Definition 1.9 (Implicit exponential power-series equation).
Formalization. D5/S1/Recurrence/Parity/ExponentialImplicitParityPeriodThree.ExpDefines (✓ std3).
Source. Repository-derived.
Commentary.
This is the exact formal power-series equation from OEIS A392208 (2026-01-24), together with A(0)=0. DQ is formal differentiation over the rationals, expQ is the rational formal exponential series, and subst is formal substitution.
Theorem 1.10 (The implicit equation implies the ODE).
Proof. Machine-checked in Lean as D5/S1/Recurrence/Parity/ExponentialImplicitParityPeriodThree.exp_definition_implies_ode (✓ std3). ∎
Source. Repository-derived.
Commentary.
Differentiating the equation in OEIS A392208 (2026-01-24) with the formal substitution chain rule yields the displayed denominator-free ODE. No analytic convergence is assumed.
Definition 1.11 (Rational exponential generating series).
Formalization. D5/S1/Recurrence/Parity/ExponentialImplicitParityPeriodThree.egfSeries (✓ std3).
Source. Repository-derived.
Commentary.
For OEIS A392208 (2026-01-24), the ordinary coefficient of x^n is s(n)/n!. The displayed fraction is rational division; no natural-number or integer division is used.
Theorem 1.12 (The first derivative has constant coefficient one).
Proof. Machine-checked in Lean as D5/S1/Recurrence/Parity/ExponentialImplicitParityPeriodThree.exp_definition_derivative_zero (✓ std3). ∎
Source. Repository-derived.
Commentary.
Evaluating the defining equation at constant coefficient zero yields A’(0)=1, which the identification of the OEIS-defined sequence with the recurrence uses.
Definition 1.13 (Coefficient form of the ODE).
Formalization. D5/S1/Recurrence/Parity/ExponentialImplicitParityPeriodThree.EgfOde (✓ std3).
Source. Repository-derived.
Commentary.
This is the coefficient recurrence for the ODE derived from OEIS A392208 (2026-01-24), written over rational sequences using the public binomial convolution operations.
Theorem 1.14 (Uniqueness of the coefficient ODE).
Proof. Machine-checked in Lean as D5/S1/Recurrence/Parity/ExponentialImplicitParityPeriodThree.egfOde_unique (✓ std3). ∎
Source. Repository-derived.
Commentary.
For OEIS A392208 (2026-01-24), two rational coefficient sequences satisfying the same triangular ODE recurrence and initial coefficients 0,1 agree everywhere. Strong induction uses the vanished top coefficient in the nonlinear term.
Definition 1.15 (Exact OEIS integer-sequence predicate).
Formalization. D5/S1/Recurrence/Parity/ExponentialImplicitParityPeriodThree.OEISDefines (✓ std3).
Source. Repository-derived.
Commentary.
This expands the defining expression from OEIS A392208 (2026-01-24): castQ maps every integer coefficient to the rationals before forming its EGF, whose constant coefficient is zero and whose derivative is the substituted exponential shown here.
Theorem 1.16 (The recurrence sequence satisfies the OEIS equation).
Proof. Machine-checked in Lean as D5/S1/Recurrence/Parity/ExponentialImplicitParityPeriodThree.a_oeisDefines (✓ std3). ∎
Source. Repository-derived.
Commentary.
The named witness connects the repository sequence a to the exact generating-function predicate from OEIS A392208 (2026-01-24). Its proof follows the integer recurrence through the rational coefficient ODE and reconstructs the implicit exponential equation.
Theorem 1.17 (The OEIS equation determines the recurrence sequence).
Proof. Machine-checked in Lean as D5/S1/Recurrence/Parity/ExponentialImplicitParityPeriodThree.oeis_defined_eq_recurrence (✓ std3). ∎
Source. Repository-derived.
Commentary.
Every integer sequence satisfying the exact equation of OEIS A392208 (2026-01-24) equals a. The proof derives the ODE and A’(0)=1, applies triangular uniqueness over the rationals, and then recovers equality of the integer coefficients.
Theorem 1.18 (Every OEIS-defined sequence has period three modulo two).
Proof. Machine-checked in Lean as D5/S1/Recurrence/Parity/ExponentialImplicitParityPeriodThree.oeis_coefficient_period_three (✓ std3). ∎
Source. Repository-derived.
Commentary.
Identification with a transfers the kernel-verified period-three congruence to every integer sequence satisfying OEIS A392208 (2026-01-24).
Theorem 1.19 (Every OEIS-defined sequence satisfies the parity law).
Proof. Machine-checked in Lean as D5/S1/Recurrence/Parity/ExponentialImplicitParityPeriodThree.parity_conjecture_of_oeisDefines (✓ std3). ∎
Source. Repository-derived.
Commentary.
This public companion transfers the parity theorem for a to every integer sequence satisfying the exact OEIS A392208 (2026-01-24) equation. It remains conditional on that defining predicate and is distinct from the unconditional atom anchor.
Theorem 1.20 (The A392208 parity conjecture).
Proof. Machine-checked in Lean as D5/S1/Recurrence/Parity/ExponentialImplicitParityPeriodThree.a392208_parity_conjecture (✓ std3). ∎
Source. Repository-derived.
Commentary.
This is the unconditional atom clause for the repository sequence a: at every positive index, a(n) is even if and only if three divides n. Its live proof specializes the general OEIS-defined parity theorem with the named witness a_oeisDefines.
References
- Truth anchor:
D5/S1/Recurrence/Parity/ExponentialImplicitParityPeriodThree.EgfOde - Truth anchor:
D5/S1/Recurrence/Parity/ExponentialImplicitParityPeriodThree.ExpDefines - Truth anchor:
D5/S1/Recurrence/Parity/ExponentialImplicitParityPeriodThree.OEISDefines - Truth anchor:
D5/S1/Recurrence/Parity/ExponentialImplicitParityPeriodThree.a - Truth anchor:
D5/S1/Recurrence/Parity/ExponentialImplicitParityPeriodThree.a392208_parity_conjecture - Truth anchor:
D5/S1/Recurrence/Parity/ExponentialImplicitParityPeriodThree.a_oeisDefines - Truth anchor:
D5/S1/Recurrence/Parity/ExponentialImplicitParityPeriodThree.a_recurrence - Truth anchor:
D5/S1/Recurrence/Parity/ExponentialImplicitParityPeriodThree.egfMul - Truth anchor:
D5/S1/Recurrence/Parity/ExponentialImplicitParityPeriodThree.egfOde_unique - Truth anchor:
D5/S1/Recurrence/Parity/ExponentialImplicitParityPeriodThree.egfPow - Truth anchor:
D5/S1/Recurrence/Parity/ExponentialImplicitParityPeriodThree.egfSeries - Truth anchor:
D5/S1/Recurrence/Parity/ExponentialImplicitParityPeriodThree.exp_definition_derivative_zero - Truth anchor:
D5/S1/Recurrence/Parity/ExponentialImplicitParityPeriodThree.exp_definition_implies_ode - Truth anchor:
D5/S1/Recurrence/Parity/ExponentialImplicitParityPeriodThree.initial_residues_mod_two - Truth anchor:
D5/S1/Recurrence/Parity/ExponentialImplicitParityPeriodThree.oeis_coefficient_period_three - Truth anchor:
D5/S1/Recurrence/Parity/ExponentialImplicitParityPeriodThree.oeis_defined_eq_recurrence - Truth anchor:
D5/S1/Recurrence/Parity/ExponentialImplicitParityPeriodThree.parity_conjecture_of_oeisDefines - Truth anchor:
D5/S1/Recurrence/Parity/ExponentialImplicitParityPeriodThree.recurrenceRhs - Truth anchor:
D5/S1/Recurrence/Parity/ExponentialImplicitParityPeriodThree.recurrence_coefficient_period_three - Truth anchor:
D5/S1/Recurrence/Parity/ExponentialImplicitParityPeriodThree.table