Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

sequence-finder-cli

spmartin82334ISC0.1.1

A light-weight command line tool for finding the origins of sequences and querying the OEIS database

sequences, fibonacci, primes, prime-numbers, search, oeis, searcher, search, series, golden-ratio, math, cli, command-line, command-line-interface, api, oeis-api

readme

What it is:

This module will search the OEIS (Online Encyclopedia of Integer Sequences) for sequences that match your input sequence.

Have you ever created a sequence by accident and wondered what it could be? Use the sequence-finder-cli to find out!

Installation:

  1. Open a terminal window.
  2. Type npm install -g sequence-finder-cli.
    • sequence-cli needs to be installed globally so that you will have access to it from the command line anywhere.

Using sequence-finder-cli

  1. Type sequence in the command line whenever you want to look up a sequence.
  2. Wait for prompts
  3. Add at least three numbers separated by a comma.
  4. sequence-cli will search OEIS for your sequence.

Example Usage:

Example Usage