This site is supported by donations to The OEIS Foundation.

User:R. J. Mathar/oeisPy/oeisPy/ init .py

From OeisWiki
Jump to: navigation, search
""" oeisPy is a python3 implementation of some OEIS sequences.

The package is build on top of the NZMATH package and contains three
modules, split according to the presence of the keyword:core in the
Online Encyclopedia of Integer Sequences (OEIS) database.

Richard J. Mathar, http://www.strw.leidenuniv.nl/~mathar/progs/oeisPy-0.0.1.tar.gz
"""

__all__ = [
    "oeis_bulk",
    "oeis_core",
    "oeis_trans"
    ]