Module loda.oeis

OEIS integration.

This module contains and integration with the On-Line Encyclopedia of Integer Sequences®.

Expand source code
"""
[OEIS](https://www.oeis.org/) integration.

This module contains and integration with the [On-Line Encyclopedia of Integer Sequences®](https://www.oeis.org/).
"""

from .prefix_index import PrefixIndex
from .program_cache import ProgramCache
from .sequence import Sequence

Sub-modules

loda.oeis.prefix_index

Prefix index for searching integer sequences.

loda.oeis.program_cache

Program cache for integer sequence programs.

loda.oeis.sequence

Integer sequence model.