Recognition: 1 theorem link
· Lean TheoremA short proof of Mathar's 2013 recurrence conjecture for the Laguerre sequence~A025166
Pith reviewed 2026-05-12 00:59 UTC · model grok-4.3
The pith
The conjectured recurrence for the Laguerre sequence holds because its exponential generating function obeys a first-order linear ODE.
A machine-rendered reading of the paper's core claim, the machinery that carries it, and where it could break.
Core claim
The exponential generating function F(x) = -exp(-x/(1-2x))/(1-2x) for the sequence satisfies the first-order linear ODE (1-2x)^2 F'(x) = (1-4x) F(x). Substituting the closed form into the ODE (or differentiating directly) and then reading off the coefficient of x^n / n! on both sides of the equation yields the recurrence a(n) + (-4n+3) a(n-1) + 4(n-1)^2 a(n-2) = 0 for n >= 2.
What carries the argument
The first-order linear ODE (1-2x)^2 F'(x) = (1-4x) F(x) satisfied by the exponential generating function of the sequence.
If this is right
- The recurrence holds for every integer n at least 2.
- Terms of the sequence can be computed recursively from the first two values without evaluating Laguerre polynomials.
- The sequence is P-recursive of order two with polynomial coefficients of degree at most two.
- Repeated differentiation of the ODE produces higher-order relations or differential equations satisfied by F.
Where Pith is reading between the lines
- The same ODE technique may prove recurrences for sequences generated by Laguerre polynomials evaluated at other fixed arguments.
- The explicit generating function allows extraction of asymptotic growth rates or integral representations for sums involving a(n).
- This coefficient-matching argument from a first-order ODE could extend to proving P-recurrence for other classical orthogonal polynomial sequences.
- The relation between the differential equation and the recurrence suggests analogous proofs for sequences whose generating functions satisfy low-order linear ODEs.
Load-bearing premise
The stated closed-form expression is the correct exponential generating function whose coefficients are exactly the sequence defined by the Laguerre polynomials.
What would settle it
A direct computation showing that the series expansion of the given F(x) differs from the sequence values a(n) for some n, or that the ODE fails to hold identically after substitution of the closed form.
read the original abstract
For the OEIS sequence A025166, defined by $a(n) = -n!\,2^{n}\,L_{n}(1/2)$ where $L_{n}$ is the Laguerre polynomial of degree $n$, R.~J.~Mathar contributed in February 2013 the conjectured order-2 P-recursive recurrence \[ a(n) + (-4n+3)\, a(n-1) + 4(n-1)^{2}\, a(n-2) \;=\; 0, \qquad n \ge 2. \] We give a one-page proof. The exponential generating function $F(x) = -\exp\!\big(-x/(1-2x)\big)/(1-2x)$ satisfies the first-order linear ODE $(1-2x)^{2} F'(x) = (1-4x)\, F(x)$, and Mathar's recurrence then falls out by reading off the coefficient of $x^{n}/n!$. Both steps are short. The supplementary archive includes a SymPy script which checks the ODE identically and the recurrence numerically up to $n = 5000$.
Editorial analysis
A structured set of objections, weighed in public.
Referee Report
Summary. The paper claims to prove Mathar's 2013 conjecture that the sequence a(n) = -n! 2^n L_n(1/2) (OEIS A025166) satisfies the order-2 P-recurrence a(n) + (-4n+3)a(n-1) + 4(n-1)^2 a(n-2) = 0 for n >= 2. The proof identifies the EGF F(x) = -exp(-x/(1-2x))/(1-2x), shows it obeys the linear ODE (1-2x)^2 F'(x) = (1-4x) F(x), and extracts the recurrence by reading off [x^n/n!] coefficients; a SymPy script verifies the ODE symbolically and the recurrence numerically to n=5000.
Significance. If the EGF identification holds, the result supplies an elementary, one-page confirmation of the conjecture using only direct differentiation of an explicit closed form and the standard shift rules for EGFs. The approach is parameter-free and non-circular, with independent computational reproducibility supplied in the supplement. This strengthens the catalog of explicit P-recursions for Laguerre-derived sequences and serves as a concise template for similar coefficient-extraction arguments.
minor comments (1)
- Abstract: the phrase 'reading off the coefficient of x^n/n! in the ODE' is slightly informal; a one-sentence reminder of the precise multiplication-by-n and shift rules used for EGFs would make the extraction step fully self-contained for readers unfamiliar with the technique.
Simulated Author's Rebuttal
We thank the referee for the positive report, the clear summary of our approach, and the recommendation to accept the manuscript. We appreciate the recognition of the proof's brevity, its use of direct differentiation and coefficient extraction, and the independent verification via the supplementary SymPy script.
Circularity Check
No significant circularity
full rationale
The derivation begins with the sequence definition a(n) = -n! 2^n L_n(1/2) and the standard ordinary generating function for Laguerre polynomials, which directly yields the stated EGF F(x) after substitution y=1/2 and z=2x with the sign/factorial adjustment. The ODE is obtained by explicit differentiation of this closed form (verifiable algebraically and by the paper's SymPy script). The recurrence is then extracted by equating coefficients of x^n/n! in the ODE using standard EGF shift rules. None of these steps is self-definitional, fitted, or dependent on self-citations; all rest on external standard results and direct computation.
Axiom & Free-Parameter Ledger
axioms (2)
- domain assumption The closed-form expression F(x) = -exp(-x/(1-2x))/(1-2x) is the exponential generating function whose coefficients are a(n).
- standard math If an EGF satisfies a linear ODE with polynomial coefficients, then its Taylor coefficients satisfy a linear recurrence whose order and coefficients are read off from the ODE.
Reference graph
Works this paper leans on
-
[1]
S. Chen and M. Kauers,Symbolic integration in Weierstrass extensions, preprint, 2025–2026
work page 2025
-
[2]
DLMF, NIST Digital Library of Mathematical Functions,https://dlmf.nist.gov/, Release 1.2.0 of 2024-03- 15
work page 2024
-
[3]
Fried,Proofs of some conjectures from the OEIS, arXiv:2410.07237, 2024
S. Fried,Proofs of some conjectures from the OEIS, arXiv:2410.07237, 2024
-
[4]
Fried,Proofs of several conjectures from the OEIS, J
S. Fried,Proofs of several conjectures from the OEIS, J. Integer Seq.28(2025), Article 25.X.X
work page 2025
-
[5]
M. Kauers and C. Koutschan,A list of guessed but unproven holonomic recurrences in the OEIS, arXiv:2303.02793, 2023
-
[6]
R. J. Mathar, OEIS A002627 conjecture comment, 2014; athttps://oeis.org/A002627
work page 2014
-
[7]
R. J. Mathar, OEIS A176677 conjecture comment, 2016; athttps://oeis.org/A176677. 8 TONG NIU
work page 2016
-
[8]
T. Niu,A short proof of Mathar’s 2014 recurrence conjecture for OEIS A002627, manuscript in preparation, 2026
work page 2014
-
[9]
T. Niu,A short proof of Mathar’s 2016 recurrence conjecture for OEIS A176677, manuscript in preparation, 2026
work page 2016
-
[10]
N. J. A. Sloane et al., The On-Line Encyclopedia of Integer Sequences,https://oeis.org/, 2026
work page 2026
-
[11]
OEIS Foundation Inc., A025163: The value of the associated Legendre Polynomial of indexn and order 1evaluated at x = 2 −1/2 multiplied by2 3n/2−1, https://oeis.org/A025163, contributed by W. Meeussen 1999. Email address:mrnt0810@gmail.com
work page 1999
discussion (0)
Sign in with ORCID, Apple, or X to comment. Anyone can read and Pith papers without signing in.