Skip to content

Latest commit

 

History

History
35 lines (23 loc) · 808 Bytes

README.md

File metadata and controls

35 lines (23 loc) · 808 Bytes

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).