Skip to content

alipatti/oeis.rs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 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

❯ cargo install --git https://github.com/alipatti/oeis.rs

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