.TH "SLOANE" "1" "March 18, 2014" "Sloane User Manual" "Version 1.7" .SH NAME .PP sloane \- a command line interface to Sloane\[aq]s On\-Line Encyclopedia of Integer Sequences .SH SYNOPSIS .PP sloane [\f[I]options\f[]] \f[I]search\-terms\f[] .SH DESCRIPTION .PP The sloane command searches Sloane\[aq]s On\-Line Encyclopedia of Integer Sequences (OEIS). The search terms are typically the leading term of a sequence. For example, .IP .nf \f[C] sloane\ 1,1,2,5,15,52,203,877,4140 \f[] .fi .PP returns entry A000110 (Bell numbers), and four more entries. One can also search by sequence id (A\-number), or even search for arbitrary words. See the \f[B]EXAMPLES\f[] section. .PP If no search terms are specified the standard input is read line\-by\-line. In this mode the search is done locally against a downloaded list of known sequences. If the sequence is in the OEIS, then it is returned to the standard output; if not, it is ignored. This way sloane can quickly filter out the sequences from the input that are in the OEIS. Assuming that \f[I]FILE\f[] contains one sequence per line, .IP .nf \f[C] sloane\ . .IP .nf \f[C] I\ \ ID\ number S\ \ 1st\ line\ of\ unsigned\ sequence T\ \ 2nd\ line\ of\ unsigned\ sequence U\ \ 3rd\ line\ of\ unsigned\ sequence V\ \ 1st\ line\ of\ signed\ sequence W\ \ 2nd\ line\ of\ signed\ sequence X\ \ 3rd\ line\ of\ signed\ sequence N\ \ Name C\ \ Comments D\ \ References H\ \ Links F\ \ Formula e\ \ Examples p\ \ Maple\ program t\ \ Mathematica\ program o\ \ Program\ in\ other\ language Y\ \ Cross\-references K\ \ Keywords O\ \ Offset A\ \ Author E\ \ Extensions\ and\ errors \f[] .fi .SH NOTES .PP Please use this program with moderation as not to overburden the OEIS\-server; see OEIS\[aq] policy on searching the database: . .SH SEE ALSO .PP The sloane source code may be downloaded from . .SH AUTHOR .PP Anders Claesson