Skip to content

Commit 66baa6a

Browse files
author
Release Manager
committed
gh-35896: deal with bad chosen representations of k-regular sequences ### 📚 Description It deals with the situation when mu[0]*right != right in k-regular sequences. Fixes #21343. This PR is created from the branch/code that has been on the corresponding trac ticket + merging in a current SageMath version. See also meta issue #21202. ### 📝 Checklist - [x] The title is concise, informative, and self-explanatory. - [x] The description explains in detail what this PR is about. - [x] I have linked a relevant issue or discussion. - [x] I have created tests covering the changes. - [x] I have updated the documentation accordingly. ### ⌛ Dependencies - #21204: guessing k-regular sequences from the first few values No formal dependencies, but there are trivial merge conflicts---in both branches, methods are inserted at the same position in the code--- between: - #21343: deal with mu[0]*right != right in k-regular sequences - #35894: Regular sequences: implement convolution / ring structure URL: #35896 Reported by: Daniel Krenn Reviewer(s): cheuberg, Daniel Krenn
2 parents a48b7b8 + 9567449 commit 66baa6a

File tree

3 files changed

+500
-39
lines changed

3 files changed

+500
-39
lines changed

src/doc/en/reference/references/index.rst

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3102,8 +3102,9 @@ REFERENCES:
31023102
with tunable clustering*, Phys. Rev. E (2002). vol 65, no 2, 026107.
31033103
:doi:`10.1103/PhysRevE.65.026107`.
31043104
3105-
.. [HKL2021] Clemens Heuberger, Daniel Krenn, Gabriel F. Lipnik, "Asymptotic
3106-
Analysis of `q`-Recursive Sequences", :arxiv:`2105.04334`, 2021.
3105+
.. [HKL2022] Clemens Heuberger, Daniel Krenn, Gabriel F. Lipnik, "Asymptotic
3106+
Analysis of `q`-Recursive Sequences". Algorithmica **84** (2022),
3107+
2480–2532. :doi:`10.1007/s00453-022-00950-y`.
31073108
31083109
.. [HKOTY1999] \G. Hatayama, A. Kuniba, M. Okado, T. Tagaki, and Y. Yamada,
31093110
*Remarks on fermionic formula*. Contemp. Math., **248** (1999).

0 commit comments

Comments
 (0)