Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

guessing formulas for sequences #11515

Open
mantepse opened this issue Jun 17, 2011 · 3 comments
Open

guessing formulas for sequences #11515

mantepse opened this issue Jun 17, 2011 · 3 comments

Comments

@mantepse
Copy link
Contributor

Given the initial terms of a sequence of numbers (or polynomials or whatever) we want to find a differential or algebraic or functional equation for the generating function or a explicit formula for the individual terms.

TODO: a couple examples

    sage: guess(....)
    ....

TODO: links to existing implementations

Depends on #15714
Depends on #16008

CC: @sagetrac-sage-combinat @rwst @mezzarobba

Component: combinatorics

Issue created by migration from https://trac.sagemath.org/ticket/11515

@rwst
Copy link

rwst commented Jan 23, 2014

comment:1

This can mean several things:

  • a guesser of sequences generated by rational polynomials (linear recurrences with constant coefficients), dependent on
    1. the ring of such recurrences
  • a guesser of sequences generated by holonomic functions (P-finite sequences, recurrences with coefficients being polynomials in the sequence index n), dependent on
    1. the ring of such recurrences
  • guessers for other types of sequences

So this issue depends on several sub-issues.

@rwst
Copy link

rwst commented Jan 23, 2014

Dependencies: #15714

@rwst
Copy link

rwst commented Mar 25, 2014

Changed dependencies from #15714 to #15714, #16008

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants