Skip to content

Find the smallest number not in the OEIS database

Notifications You must be signed in to change notification settings

jakevossen5/oeis-min

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

oeis-min

This is a Rust tool that looks for the smallest number that is not in the The On-Line Encyclopedia of Integer Sequences (OEIS), in an attempt to answer the Interesting number paradox.

Most of the work for this project is implemented in oeis-utils crate.

Usage

First, download and extract a copy of the OEIS database from https://oeis.org/stripped.gz

git clone git@github.com:jakevossen5/oeis-min.git
cd oeis-min
cargo run --release -- path/to/stripped

You can also check the work with the bash script by running ./oeis-min.sh /path/to/stripped. This depends on ripgrep being in your $PATH.

About

Find the smallest number not in the OEIS database

Topics

Resources

Stars

Watchers

Forks