Zulip Chat Archive

Stream: general

Topic: Discussion: Sequencelib


Eric Taucher (Jun 08 2025 at 16:41):

Walter Moreira said:

We are very open to suggestions as well.

What timing, currently creating an MCP server for OEIS.

B-files are the problem, AI wants to import really large ones into the conversation, making progress, think guardrails.

If/when I get it working it will most likely be MIT license so feel free to learn from it, use it, etc.

Joe Stubbs (Jun 08 2025 at 16:50):

Thanks @Eric Taucher , we'll definitely be interested to check it out once you get it working.

Eric Taucher (Jun 08 2025 at 16:58):

(deleted)

Notification Bot (Jun 08 2025 at 17:46):

3 messages were moved here from #announce > Sequencelib: a platform for formalizing sequences from OEIS by Mario Carneiro.

Lode Vermeulen (Jun 09 2025 at 19:34):

(the original discussion link in the announcement post is wrong)

Jz Pan (Jun 10 2025 at 03:52):

I think it's best if there is a script collecting all sequences we have in the page https://provables.github.io/sequencelib/docs/Sequencelib.html.

Walter Moreira (Jun 10 2025 at 08:12):

The current setup collects the sequences in the main page (https://provables.github.io/sequencelib/), where the index is generated by the tagged sequences and the titles are pulled from the OEIS site. Do you feel it would be useful to display them in the docs page as well?

Jz Pan (Jun 10 2025 at 12:18):

Walter Moreira said:

Do you feel it would be useful to display them in the docs page as well?

Yes I think so.

Walter Moreira (Jun 11 2025 at 10:30):

Thank you for that suggestion. We updated the script to display the index both in the main website and in the docs page: https://provables.github.io/sequencelib/docs/Sequencelib/Basic.html

Jz Pan (Jun 11 2025 at 11:37):

Thank you! But do you think it's better to add them to https://provables.github.io/sequencelib/docs/Sequencelib.html? Since Basic does not import any of the actual definition of sequences, but Sequencelib imports all of them. I think maybe you can introduce a meta command to insert all sequences imported to module docstring.

Walter Moreira (Jun 11 2025 at 15:52):

Good point. I updated the script to display the index in Sequencelib.html, instead of Basic.html. It looks nicer in the url and one can see all the imports for the package.

Eric Taucher (Jun 13 2025 at 13:17):

(deleted)


Last updated: Dec 20 2025 at 21:32 UTC