LinuxCommandLibrary

oeis-tui

TUI and CLI for browsing the On-Line Encyclopedia of Integer Sequences

TLDR

Launch the OEIS browser
$ oeis-tui
copy
Search for a sequence by keyword
$ oeis-tui search "[keyword]"
copy
Fetch a specific sequence
$ oeis-tui get [A000045]
copy

SYNOPSIS

oeis-tui [command] [options]

DESCRIPTION

oeis-tui is a TUI and CLI for browsing the On-Line Encyclopedia of Integer Sequences (OEIS) in the terminal. It supports searching by ID, keyword, author, or partial sequences, with paginated browsing and detail tabs for overview, formulas, and more.
The CLI provides UNIX-friendly output with multiple formats, suitable for piping and integration with other tools.

CAVEATS

Requires an internet connection to query the OEIS database.

HISTORY

oeis-tui was created by hako and is written in Go.

SEE ALSO

bc(1), numbat(1)

> TERMINAL_GEAR

Curated for the Linux community

Copied to clipboard