LODA is an assembly language, a computational model and a tool for mining integer sequences. You can use it to mine programs that calculate integer sequences from the On-Line Encyclopedia of Integer Sequences® (OEIS®).
This repository contains programs that generate integer sequences from the OEIS. The vast majority of these programs has been automatically generated using loda-cpp, but there are also a few hand-written programs.
There are currently more than ⭐ 65,000 programs ⭐ available! You can find lists with descriptions and links here:
- A000001-A049999
- A050000-A099999
- A100000-A149999
- A150000-A199999
- A200000-A249999
- A250000-A299999
- A300000-A349999
- A350000-A399999
If you want to receive updates on new miner findings, you can follow the commits in this repository or subscribe to the @lodaminer channel on Twitter, or join the LODA community on Slack.
History of LODA Mining
- loda-lang.org: Main home page of LODA.
- loda-lang/loda-cpp: Interpreter and miner written in C++.
- loda-lang/loda-rust: Interpreter and web interface written in Rust.