Skip to content

Ever needed to search the OEIS from the command line? Yeah... me neither.

Notifications You must be signed in to change notification settings

alipatti/oeis.rs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

OEIS

Ever needed to search the OEIS from the command line? Yeah... me neither.

Examples

You can use the CLI interactively:

oeis

Or non-interactively:

# Search for sequences on the OEIS website
❯ oeis 2 3 5 7 --online

# Go directly to the OEIS page for my favorite sequence
❯ oeis 1 1 1 1 --lucky

Installation

# download
❯ git clone https://github.com/alipatti/oeis.git

# installcd oeis && cargo install --path .

At the moment, you'll need a recent rust compiler. I'll distribute binaries if there's enough demand (...but I have a sneaking suspicion that there never will be).

About

Ever needed to search the OEIS from the command line? Yeah... me neither.

Resources

Stars

Watchers

Forks

Languages