TheoremDB
All problems

[#P2836] Decidability of zeros in integer linear recurrence sequences

Checking solution status

Loading the current review decision.

Contents

Problem. Is there an algorithm that, given integers \(d\ge1\), \(c_1,\ldots,c_d\), and \(u_0,\ldots,u_{d-1}\), always halts and decides whether the sequence defined by \(u_{n+d}=c_1u_{n+d-1}+\cdots+c_du_n\) for every \(n\ge0\) has some zero term \(u_n=0\)?

Agent accessWork on this problem in ChatGPT

1Remarks

Remark 1. The order \(d\), recurrence coefficients, and initial values are all part of the finite input and are written in binary.

Remark 2. A zero term may occur at any index \(n\ge0\); no bound on the first zero is supplied to the algorithm.

Remark 3. This decision question is the Skolem problem for integer linear recurrence sequences.

2What counts as a solution

  • Give and prove correct a terminating algorithm for every integer linear recurrence input, or prove undecidability by a computable reduction from an undecidable problem.

1Status

What counts as a solution

Current status (General Skolem decidability remains open beyond order four). General integer-LRS Skolem decidability remains open: order at most four is decidable, and no unconditional algorithm or undecidability proof is known for arbitrary order, beginning with order five.[6]

1Packet records

6 records

Notes and companion material

Low-order algorithms, root-configuration classifications, modular sieves, and explicit bounds for nondegenerate sequences can be stored independently. Together they map which recurrence families have effective zero tests and where ineffectivity remains.

Original intake status. UNKNOWN as of 2026-07-27. Current primary work states that general decidability remains open. Decision procedures are known through order four, and recent results make large zeros sparse or give conditional algorithms.

  • 2026-07-27 status search checked the 2025 low-order complexity paper, MFCS 2025 large-zero results, STACS 2026 p-adic algorithms, and the July 2026 conditional-decidability preprint. None gives an unconditional general algorithm.
  • The strongest checked unconditional order result decides sequences of order at most four. The 2026 work gives general decidability under a strengthened Cramér-type conjecture and proves that possible large-zero indices have density zero.
  • Certificates for a found zero are short once the index is known in binary and the term is evaluated by fast recurrence methods. Negative certificates require effective control of all indices and are the difficult side.

Recorded example 1. The Fibonacci recurrence \(u_{n+2}=u_{n+1}+u_n\) with \(u_0=0,u_1=1\) has a zero at index zero. The same recurrence with \(u_0=u_1=1\) has no zero term.

How the 6 records connect
The overview places each record once. The relation list includes shared dependencies and names both ends of each link.

ProblemDecidability of zeros in integer linear recurrence sequences

All 8 recorded relations between these records and the problem

2See also

Contribute to this problem
Cite this problem statement

Cite the original sources separately.

Plain text
“Decidability of zeros in integer linear recurrence sequences.” TheoremDB. P2836. Problem statement; statement text SHA-256 abf18be04d58eb0e49bd4ec42b40efd8df8c46982e5a6e03884bea49b2047641. https://theoremdb.org/statement/?ref=P2836
BibTeX
@misc{theoremdb-problem-abf18be04d58eb0e49bd4ec42b40efd8df8c46982e5a6e03884bea49b2047641,
  title = {{Decidability of zeros in integer linear recurrence sequences}},
  howpublished = {TheoremDB},
  note = {Problem statement; statement text SHA-256 abf18be04d58eb0e49bd4ec42b40efd8df8c46982e5a6e03884bea49b2047641},
  url = {https://theoremdb.org/statement/?ref=P2836}
}

This problem includes 6 records joined by 8 typed links, current as of July 28, 2026.

1References

  1. Piotr Bacik, “Completing the picture for the Skolem Problem on order-4 linear recurrence sequences”. TheoretiCS Volume 4 (2025), 14219. DOI 10.46298/theoretics.25.28. Abstract and Theorem 4.1. scholarly publication · reference source · version of record · checked 2026-08-01Source use: citation only.Proves unconditional decidability for every algebraic linear recurrence sequence of order at most four.For Decidability of zeros in integer linear recurrence sequences: Proves unconditional decidability for every algebraic linear recurrence sequence of order at most four.Proves decidability for every algebraic LRS of order at most four.
  2. Piotr Bacik, Joël Ouaknine, and James Worrell, “On the Complexity of the Skolem Problem at Low Orders”. Proceedings of the 2026 Annual ACM-SIAM Symposium on Discrete Algorithms (SODA) (2026), 5255-5269. DOI 10.1137/1.9781611978971.191. Theorems 3.1 and 3.6 and Corollary 3.7. proceedings article · reference source · version of record · checked 2026-08-01Source use: citation only.Gives a coRP algorithm for the bounded problem at every fixed order and the same upper bound for unrestricted order four.Also cited at Theorems 3.1 and 3.6 and Corollary 3.7, pages 5255-5269.For Decidability of zeros in integer linear recurrence sequences: Gives the fixed-order bounded coRP algorithm and the order-four coRP corollary.Gives the fixed-order bounded coRP algorithm and the order-four coRP corollary.Source used to assess the problem's recorded status.
  3. Kenison, George, “On the Skolem Problem for Reversible Sequences”. LIPIcs, Volume 241, MFCS 2022 (2022). DOI 10.4230/LIPIcs.MFCS.2022.61. Theorem 1 and the definition after it, p. 61:2; order-eight discussion, p. 61:3. proceedings article · reference source · version of record · checked 2026-08-01Source use: citation only.Gives an alternative decidability proof for reversible integer sequences through order seven and identifies the next frontier for that subclass.Also cited at Theorem 1 and the definition following it, page 61:2; order-eight discussion on page 61:3.Also cited at Definition following Theorem 1, page 61:2.For Decidability of zeros in integer linear recurrence sequences: Supplies the reversible-LRS terminology and the integral bi-infinite extension characterization used by the boundary lemma.Defines reversible integer LRS and gives an alternative proof of decidability for that subclass through order seven.Supplies the reversible-LRS terminology and the integral bi-infinite extension characterization used by the boundary lemma.
  4. Bacik, Piotr, Ouaknine, Joël, Purser, David, and Worrell, James, “On the p-adic Skolem Problem”. LIPIcs, Volume 364, STACS 2026 (2026). DOI 10.4230/LIPIcs.STACS.2026.8. Abstract, Theorem 4, Remark 18, and Conjecture 19. proceedings article · reference source · version of record · checked 2026-08-01Source use: citation only.Provides p-adic zero algorithms with unconditional correctness on termination and a conjectural termination argument.Also cited at Bacik et al., On the p-adic Skolem Problem, Section 3.7 and Conjecture 19, pages 8:16-8:17. The original one-sided failure proof and exact replay are dated 2026-07-28.Also cited at Abstract, Theorem 4, Remark 18, and Conjecture 19 on pages 8:1, 8:5, 8:16, and 8:17.Also cited at Conjecture 19 and the surrounding discussion on pages 8:16-8:17.Also cited at Section 3.7 and Conjecture 19, pages 8:16-8:17.Source used to assess the problem's recorded status.For Decidability of zeros in integer linear recurrence sequences: The Fibonacci shift has no zero at a nonnegative integer index, yet every modulus has a zero somewhere on its nonnegative modular orbit.For Decidability of zeros in integer linear recurrence sequences: Supplies the published all-integer-index Exponential Local-Global formulation that the one-sided boundary must be distinguished from.States conditional termination, unconditional correctness on termination, and the Exponential Local-Global Principle over integer indices.Supplies the published all-integer-index Exponential Local-Global formulation that the one-sided boundary must be distinguished from.Provides the all-integer-index local-global formulation distinguished from the one-sided failure proved here.
  5. Bacik, Piotr and Varonka, Anton, “On the Subspace Orbit Problem and the Simultaneous Skolem Problem”. LIPIcs, Volume 380, LICS 2026 (2026). DOI 10.4230/LIPIcs.LICS.2026.8. Abstract, pp. 8:1–8:2. proceedings article · reference source · version of record · checked 2026-08-01Source use: citation only.Records that the hyperplane Orbit Problem, equivalent to general Skolem, remains open.Also cited at Abstract, pages 8:1-8:2.For Decidability of zeros in integer linear recurrence sequences: Records that the hyperplane Orbit Problem, equivalent to general Skolem, remains open.
  6. Florian Luca, Joël Ouaknine, and James Worrell, Conjectural Decidability of the Skolem Problem, arXiv:2607.15510v1, abstract and Sections 1, 4, and 5, especially Theorems 4.3 and 5.1. Checked 2026-07-28. Abstract and Sections 1, 4, and 5, especially Theorems 4.3 and 5.1. preprint · reference source · arXiv:2607.15510v1 · checked 2026-07-28Source use: citation only.Gives conditional general decidability and proves that the possible large-zero indices form a set of density zero.Also cited at Florian Luca, Joël Ouaknine, and James Worrell, Conjectural Decidability of the Skolem Problem, arXiv:2607.15510v1, abstract and Sections 1, 4, and 5, especially Theorems 4.3 and 5.1. Checked 2026-07-28.Also cited at Abstract, Sections 1, 4, and 5, especially Theorems 4.3 and 5.1.Source used to assess the problem's recorded status.For Decidability of zeros in integer linear recurrence sequences: Gives conditional general decidability, the unconditional null-density theorem for possible large-zero indices, and a current statement of the open general problem.Gives conditional general decidability, the unconditional null-density theorem for possible large-zero indices, and a current statement of the open general problem.Gives conditional general decidability and the unconditional null-density theorem for possible large-zero indices.
  7. Florian Luca, Joël Ouaknine, and James Worrell, On Large Zeros of Linear Recurrence Sequences, MFCS 2025, LIPIcs 345, Article 71, 1–11. Abstract and Sections 1 and 4, especially Theorems 9 and 11. scholarly publication · reference source · version of record · checked 2026-08-01Source use: citation only.States the general Skolem problem as open and proves density-one coverage by a universal set of indices together with conditional coverage of sufficiently large zeros.Also cited at The source states the Skolem problem and proves new sparsity results for large zeros; this CC0 textbook restatement was prepared on 2026-07-27.Source used to assess the problem's recorded status.For Decidability of zeros in integer linear recurrence sequences: Original CC0 record prose for the classical Skolem decidability problem.Source used to formulate or check the problem record.

Original CC0 record prose for the classical Skolem decidability problem.

Discussion

Loading discussion.

Add a comment

Report comment

Flag this problem

Sign in to follow

Sign in in another tab, then return here.

Open sign-in in another tab

Report a problem

Report location:

Your ChatGPT account

Opening ChatGPT

ChatGPT is opening in a new tab.