Ever needed to search the OEIS from the command line? Yeah... me neither.
You can use the CLI interactively:
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
# download
❯ git clone https://github.com/alipatti/oeis.git
# install
❯ cd 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).