Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/alexmojaki/oeis-explorer
- Owner: alexmojaki
- License: mit
- Created: 2021-04-26T20:58:15.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2021-07-24T14:07:24.000Z (over 3 years ago)
- Last Synced: 2024-12-08T15:04:27.051Z (16 days ago)
- Topics: graph, math, mathematics, maths, oeis, sequences
- Language: Python
- Homepage: http://alexmojaki.github.io/oeis-explorer/
- Size: 42.4 MB
- Stars: 9
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
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.