@hackage sloane4.1.0

A command line interface to Sloane's OEIS.

sloane Build Status

A command line interface to the On-Line Encyclopedia of Integer Sequences.

demo

Install

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

Usage

See the man page.

Issues

Have you found a bug? Want to contribute to sloane? Please open an issue at https://github.com/akc/sloane/issues.

How to cite

@misc{sloane,
  author = "Anders Claesson",
  title  = "sloane: A command line interface to the OEIS",
  year   =  2015,
  howpublished = "\url{http://akc.is/sloane}"
}

License

BSD-3: see the LICENSE file.