Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/alexmojaki/oeis-explorer

Explore related sequences in the OEIS
https://github.com/alexmojaki/oeis-explorer

graph math mathematics maths oeis sequences

Last synced: 11 days ago
JSON representation

Explore related sequences in the OEIS

Awesome Lists containing this project

README

        

# OEIS explorer

This is a tool for exploring two different kinds of relationships between sequences in the OEIS: mentions (links) of other sequences on a sequence's page, and large numbers that appear in multiple different sequences.

You can view the tool [here](https://alexmojaki.github.io/oeis-explorer/) for more explanation.

You can also explore the resulting JSON data [here](https://github.com/alexmojaki/oeis-explorer/blob/master/frontend/src/result.json).

To run this code:

- [Download `full_sequences.json` here](https://drive.google.com/file/d/1bN3LrTGRenfw-esiBe4GI0CqtIfPWjlC/view?usp=sharing).
- `pip install networkx`
- `python analyse.py` to update `result.json`
- Then in the `frontend` folder, run `npm install` and `npm start` to start a server and see the UI.

At least Python 3.6 is required.