A command line interface to the On-Line Encyclopedia of Integer Sequences. See the man page for usage.
The easiest way to get started is to download a prebuilt binary. Such binaries can be found on the releases page. The binaries are statically linked and should work on any Linux system.
Alternative ways of installing sloane
include using the nix package manager:
$ nix-env -f "<nixpkgs>" -iA haskellPackages.sloane
Or using cabal:
$ cabal install sloane
@misc{sloane,
author = "Anders Claesson",
title = "sloane: A command line interface to the OEIS",
year = 2015,
howpublished = "\url{http://akc.is/sloane}"
}
This project is licensed under a BSD license.