--- title: SLOANE(1) Sloane User Manual | Version 1.7 date: April 20, 2014 --- # NAME sloane - a command line interface to Sloane's On-Line Encyclopedia of Integer Sequences # SYNOPSIS sloane [*options*] *search-terms* # DESCRIPTION The sloane command searches Sloane's On-Line Encyclopedia of Integer Sequences (OEIS). The search terms are typically the leading term of a sequence. For example, sloane 1,1,2,5,15,52,203,877,4140 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 **EXAMPLES** section. 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 *FILE* contains one sequence per line, sloane . 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 # NOTES Please use this program with moderation as not to overburden the OEIS-server; see OEIS' policy on searching the database: . # SEE ALSO The sloane source code may be downloaded from . # AUTHOR Anders Claesson